5 lines
68 B
C
5 lines
68 B
C
#ifndef COMPILE_H
|
|
|
|
int compile(char input[], char output[]);
|
|
|
|
#endif |