10 lines
128 B
C
10 lines
128 B
C
#ifndef EMATOI_H
|
|
#define EMATOI_H
|
|
|
|
#include "EMstrncpy.h"
|
|
#include <string.h>
|
|
|
|
int EMatoi(const char *str);
|
|
|
|
#endif // EMATOI_H
|