aboutsummaryrefslogtreecommitdiff
path: root/ip4.h
blob: 923d0edbd90f3fcfb92baa4a0397b862b9e483f1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef IP4_H
#define IP4_H

extern unsigned int ip4_scan(const char *,char *);
extern unsigned int ip4_fmt(char *,const char *);

#define IP4_FMT 20

#endif