What type should be used to loop through an array?...
Read Moreprintf is "eating" the backslashes. How to preserve them?...
Read Moreposix: interprocess lock abandoned, is there a better way?...
Read MoreWhy does shell printf run strings together when not quoted?...
Read MoreFile Permissions Reverting to write-only for Wordpress site...
Read MoreHow to be notified of file/directory change in C/C++, ideally using POSIX...
Read MoreWhy Posix File I/O is always blocking?...
Read MoreDoes Synchronous I/O keeps thread busy?...
Read MorePipe - communicating with multiple forked child processes...
Read MoreHow are POSIX cancellation points supposed to behave?...
Read MoreCan someone please explain the meaning of two lines below in the program to implement pipe?...
Read MoreAvoid warning: expected ‘const struct aiocb * const*’ but argument is of type ‘struct aiocb **’...
Read MoreShould a daemonising parent free() memory after forking its child?...
Read MoreHow to test if strdup() is available?...
Read MoreSupport for Ctrl+C / Ctrl+Z at " answer=$( while ! head -c 1 | grep -i '[ny]' ; do true...
Read MorePOSIX (isprint) has been deleted; what to do?...
Read MoreWhat is the behaviour of an mmap()'ed pointer after closing the file descriptor without first ca...
Read MoreWhat is the relationship between POSIX and the C language?...
Read Moresend() and write() to TCP output buffer which is full don't block...
Read Moreunable to execute command with find statement in solaris...
Read MoreNotepad++, Posix regex, and a URL (regex to get domain)...
Read MoreWhy does POSIX demand that system(3) ignores SIGINT and SIGQUIT?...
Read MoreWhy SIGINT is send to a child process and does nothing?...
Read Moregetline() vs. fgets(): Control memory allocation...
Read MoreCan I avoid this subshell in a POSIX sh script?...
Read MoreIs the 'original-awk' Debian package sufficient to verify the POSIX compatibility of an AWK ...
Read More