5 lines
99 B
C
Executable File
5 lines
99 B
C
Executable File
#ifndef __NVT_LIBC_STDLIB_H__
|
|
#define __NVT_LIBC_STDLIB_H__
|
|
int atoi(const char *nptr);
|
|
#endif
|