Expand description
Common compiler io functions
Functionsยง
- read_
file_ argv - Reads the file specified in the first command-line argument
argv[1]
and returns the source. - write_
file_ argv - Writes a String to the file specified in the second command-line argument
argv[2]
.