fork download
  1. #include <sys/socket.h>
  2. #include <sys/un.h>
  3. #include <stdio.h>
  4.  
  5. int main()
  6. {
  7. printf("%d", (int)AF_UNIX);
  8. }
Success #stdin #stdout 0s 3140KB
stdin
Standard input is empty
stdout
1