Date: Thu, 21 Mar 2002 18:59:57 +0000 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: freebsd-questions@freebsd.org Subject: Quick reference to Unix API (besides man pages) Message-ID: <20020321185957.B1020@dogma.freebsd-uk.eu.org>
next in thread | raw e-mail | index | archive | help
Hello all, I'd like to have a quick reference to the basic Unix/Kernel/OS API calls I can use in a basic C program. For example, I'm converting a script to C, and it's simple to check for file existence in a script. I could use exec() to execute the script command itself, or I could call fopen() and see if the file exists. But I'd like a quick-reference to see if a different function would be even better. Besides man pages, where can I look? Please CC me, I'm not subscribed. Thanks. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020321185957.B1020>