* Load a file to memory. * @param filename Name of the file to be loaded. * @param data Pointer-to-your-pointer. * Ie. { u8 *data; GRRLIB_LoadFile("file", &data); }. * It is your responsibility to free the memory allocated by this function. * @return A integer representating a code: * - 0 : EmptyFile. * - -1 : FileNotFound. * - -2 : OutOfMemory. *
source not stored for this graph (policy: none)
no test coverage detected