EMLib/EMatoi.h
2019-02-23 13:03:12 +01:00

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