Rev 2479 | Rev 2640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2479 | Rev 2541 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #include <string.h> |
35 | #include <string.h> |
| 36 | #include <unistd.h> |
36 | #include <unistd.h> |
| 37 | #include <ctype.h> |
37 | #include <ctype.h> |
| 38 | #include <limits.h> |
38 | #include <limits.h> |
| 39 | #include <align.h> |
39 | #include <align.h> |
| - | 40 | #include <sys/types.h> |
|
| 40 | 41 | ||
| 41 | 42 | ||
| 42 | /* Dummy implementation of mem/ functions */ |
43 | /* Dummy implementation of mem/ functions */ |
| 43 | 44 | ||
| 44 | void *memset(void *s, int c, size_t n) |
45 | void *memset(void *s, int c, size_t n) |