parrotcode: various utility functions | |
Contents | Compilers |
pirutil.c - various utility functions
char *clone_string(NOTNULL(char const *src))
FILE *open_file(char const *filename, char const *mode)
filename
in mode mode
.
If this fails,
an error message is printed,
and the program is terminated.void printverbose(char *message)
void printdebug(char *message)
int is_op(char *id)
|