13 lines
112 B
C
13 lines
112 B
C
#ifndef _ATOUL_H
|
|
#define _ATOUL_H
|
|
|
|
/* $Id$ */
|
|
|
|
#ifndef USE_NEWSGATE
|
|
|
|
unsigned int atoul(char*);
|
|
|
|
#endif
|
|
|
|
#endif
|