| 92 | static OBJECT * make_absolute_path( OBJECT * filename ); |
| 93 | |
| 94 | static void debug_string_write( FILE * out, const char * data ) |
| 95 | { |
| 96 | fprintf( out, "%s", data ); |
| 97 | fputc( '\0', out ); |
| 98 | } |
| 99 | |
| 100 | static char * debug_string_read( FILE * in ) |
| 101 | { |
no outgoing calls
no test coverage detected