logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_open_file - copy file into memory

Author

SimonWunderlich
           Author of s3d

s3d                                                                                             S3D_OPEN_FILE(3)

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);

See Also