s3d_open_file

Langue: en

Version: 297773 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

s3d_open_file - copy file into memory

SYNOPSIS

 #include <s3d.h>
 
int s3d_open_file(const char *fname, char **pointer);

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.

AUTHOR

Simon Wunderlich

Author of s3d