debian man page for s3d_init

Query: s3d_init

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

S3D_INIT(3)							    s3d Manual							       S3D_INIT(3)

NAME
s3d_init - initialize s3d library
SYNOPSIS
#include <s3d.h> int s3d_init(int *argc, char ***argv, const char *name);
DESCRIPTION
This will initialize the s3d-library and the connection to the Server. It will return 0 on success in server initialization. name specifies the your programs name. int main(char argc, char **argv) { if (!s3d_init(&argc, &argv, "Hello world")) { ... s3d_quit(); } return 0; }
AUTHOR
Simon Wunderlich Author of s3d s3d S3D_INIT(3)
Related Man Pages
isaexec(3c) - opensolaris
tk_main(3) - mojave
isaexec(3c) - sunos
isaexec(3c) - suse
isaexec(3c) - mojave
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?