Subversion Repositories ipe_artfile_utils

Compare Revisions

No changes between revisions

Regard whitespace Rev 1 → Rev 2

/trunk/utils.h
0,0 → 1,12
#ifndef __inc__utils
#define __inc__utils
 
#include <stdio.h>
 
size_t file_size(FILE* fp);
char* sanitize_filename(char* picname);
void* app_zero_alloc(long bytes);
unsigned char read_byte(FILE *file);
 
#endif // #ifndef __inc__utils
 
Property changes:
Added: svn:mime-type
+text/x-chdr
\ No newline at end of property