ocarina/include/libsaria/print.h

7 lines
101 B
C

#ifndef LIBSARIA_PRINT
#define LIBSARIA_PRINT
void print(string item);
#endif /* LIBSARIA_PRINT */