mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
7 lines
192 B
C++
7 lines
192 B
C++
#include <string>
|
|
|
|
bool isEmptyLine(const std::string&);
|
|
int cleanupLine(std::string&);
|
|
std::string getFileNameFromFilePath(const std::string&);
|
|
std::string getOutputPath(const std::string&);
|