fork download
  1. #include <stdio.h>
  2. #include <sys/socket.h>
  3. #include <arpa/inet.h>
  4.  
  5. int main(void) {
  6.  
  7.  
  8. printf( "%i", INADDR_NONE == inet_addr("localhost") );
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 10320KB
stdin
Standard input is empty
stdout
1