Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:02:05

0001 #ifndef MAD_WRITE_H
0002 #define MAD_WRITE_H
0003 
0004 void write_nice(char* string, FILE* file);
0005 void write_nice_8(char* string, FILE* file);
0006 
0007 #endif // MAD_WRITE_H