Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xicmaek
  • Content: Threads
  • Order by date
  1. xicmaek

    fork() problem

    Why do I get compile errors in a system included file? (/usr/include/sys/siginfo.h:74: syntax error before `*') The source code is: &quot; #include <stdio.h> #include <sys/types.h> #include <unistd.h> int main(int argc, char* argv[]) { if (fork()) { printf(&quot;Child\n&quot;)...

Part and Inventory Search

Back
Top