diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -42,6 +42,7 @@ crt0 with cpu cycle count printing BUFSIZ configurable by environment variable Rate limitation of I/O-functions configured by environment variables -The width of intptr_t should be determined by sizeof(void*), -and the width of size_t should be determined by sizeof(sizeof(0)). +The width of intptr_t should be determined by sizeof(void*), +the width of size_t should be determined by sizeof(sizeof(0)), and +the width of ptrdiff_t should be determined by sizeof(NULL - NULL); |