9 lines
74 B
C
9 lines
74 B
C
#ifndef _ATOUL_H
|
|
#define _ATOUL_H
|
|
|
|
|
|
unsigned long atoul(char *);
|
|
|
|
#endif
|
|
|