s3d_open_file - copy file into memory
Contents
Description
This opens the file fname, setting *pointer to it's memory position. the function will return the size of
buffer. you can free() the pointer when you're finished.
Name
s3d_open_file - copy file into memory
Synopsis
#include<s3d.h>ints3d_open_file(constchar*fname,char**pointer);
