diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 12:59:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 12:59:42 +0100 |
commit | 00a6809d946f2a641ed071fed4a90c3b6848c488 (patch) | |
tree | 76ed471c2f2ad1231ad18270741288c187fc21b0 /README | |
parent | copyo (diff) | |
download | slibc-00a6809d946f2a641ed071fed4a90c3b6848c488.tar.gz slibc-00a6809d946f2a641ed071fed4a90c3b6848c488.tar.bz2 slibc-00a6809d946f2a641ed071fed4a90c3b6848c488.tar.xz |
m readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -37,3 +37,14 @@ name starts with `slibc-`. Headers starting with `slibc/` are not extensions, those are internals that may change at any time. + +Writing a C standard library is a massive task. +As I only have x86_64 hardware, I will require +help write the assembly code for other hardware. +I also need help writing the texinfo manual and +example code for functions, help figuring out +the correct feature-test macros for all functions, +their etymology, and in which libc implementions +they appear. Help optimising all functions would +also be appreciated. + |