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