#include <unistd.h>

Started by
1 comment, last by Fractal 22 years, 6 months ago
I have reason to beleive that this header is spelt wrong. I was told that I needed to include this header for my source code, but the compiler tells me that there is "no such file or directory". Any suggestions? Could I be any more dumber? (What do you mean, "No"?)
Could I be any dumber?(What do you mean, "No"?)
Advertisement
IIRC, unistd.h is only found on unix systems.

"A society without religion is like a crazed psychopath without a loaded .45"
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Yeah, that''s a POSIX header (most Unixes follow the POSIX standards guidelines), and it is spelled correctly.

[Resist Windows XP''s Invasive Production Activation Technology!]

This topic is closed to new replies.

Advertisement