7 lines
140 B
C
7 lines
140 B
C
#ifndef __UTIL_H__
|
|
#define __UTIL_H__
|
|
|
|
char *inet_toa(unsigned long addr);
|
|
void *shared_malloc(unsigned int size);
|
|
|
|
#endif /* __UTIL_H__ */
|