15 lines
202 B
C
15 lines
202 B
C
// This file is generated by mkfile.py
|
|
// Date: 2026-06-25
|
|
|
|
#ifndef INC_8_H
|
|
#define INC_8_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int myAtoi(char *s);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_8_H
|