Advertisement
LucaVinci110898

IndIP/es12.h

Mar 8th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #ifndef ES_12_H
  2. #define ES_12_H
  3.  
  4. int valid_ip(char s[]);
  5. unsigned int ip2int(char ip[]);
  6. char ip_class(char ip[]);
  7.  
  8. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement