
#define NOT_INLINE_FILE       0

S32 load_file_into_memory(char *filename, char **buffer, U32 *size);
S32 write_file(char *file, U32 *size);
