S3D_INIT(3) s3d Manual S3D_INIT(3)NAMEs3d_init - initialize s3d librarySYNOPSIS#include <s3d.h> int s3d_init(int *argc, char ***argv, const char *name);DESCRIPTIONThis 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; }AUTHORSimon Wunderlich Author of s3d s3d S3D_INIT(3)
| Related Man Pages |
|---|
| getopt(3) - ultrix |
| tk_main(3) - mojave |
| tk_main(3) - centos |
| tk_main(3) - suse |
| isaexec(3c) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Is UNIX an open source OS ? |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |