mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
169 B
9 lines
169 B
#ifndef IP4_H
|
|
#define IP4_H
|
|
|
|
extern unsigned int ip4_scan(const char *src,char *ip);
|
|
extern unsigned int ip4_fmt(char *dest,const char *ip);
|
|
|
|
#define IP4_FMT 20
|
|
|
|
#endif
|