s3d_open_file(3) debian man page | unix.com

Man Page: s3d_open_file

Operating Environment: debian

Section: 3

S3D_OPEN_FILE(3)						    s3d Manual							  S3D_OPEN_FILE(3)

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 s3d S3D_OPEN_FILE(3)
Related Man Pages
ost_mappedfile(3) - debian
zip_name_locate(3) - debian
getlastlogx(3) - netbsd
getutmpx(3) - netbsd
updwtmpx(3) - netbsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?