File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 55
55
#define D7 7
56
56
#define D8 8
57
57
58
- #include < stdlib.h>
59
58
#include < stddef.h>
59
+ #include < stdlib.h>
60
+ #include < string.h>
60
61
61
- #ifndef HAVE_NONISO
62
62
#include < stdlib_noniso.h>
63
- #endif
64
63
65
64
#ifdef __cplusplus
66
65
extern " C"
67
66
{
68
67
#endif
69
- #ifndef HAVE_STRLCAT
70
68
size_t strlcat (char * dst, const char * src, size_t size);
71
- #endif
72
- #ifndef HAVE_STRLCPY
73
69
size_t strlcpy (char * dst, const char * src, size_t size);
74
- #endif
75
70
#ifdef __cplusplus
76
71
}
77
72
#endif
Original file line number Diff line number Diff line change 19
19
#include <stdint.h>
20
20
#include <math.h>
21
21
22
- #ifndef HAVE_NONISO
23
-
24
22
#include "stdlib_noniso.h"
25
23
26
24
static void reverse (char * begin , char * end )
@@ -104,5 +102,3 @@ double atof(const char* s)
104
102
char * tmp ;
105
103
return strtod (s , & tmp );
106
104
}
107
-
108
- #endif
You can’t perform that action at this time.
0 commit comments