diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-29 03:58:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-29 03:58:21 +0200 |
commit | b81d04119710471672112dab04f95128b6b92d76 (patch) | |
tree | 0bbd42f9f3d85c7834cdd44fa9b8110b43d94ec8 | |
parent | add stdnoreturn.h (diff) | |
download | slibc-b81d04119710471672112dab04f95128b6b92d76.tar.gz slibc-b81d04119710471672112dab04f95128b6b92d76.tar.bz2 slibc-b81d04119710471672112dab04f95128b6b92d76.tar.xz |
only C99 and newer
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,5 +2,6 @@ slibc, the Stockholm C Library, is an implementation of a C libray, for POSIX, just for fun. slibc does not aim to support C++, or any other -language than C. +language than C. Furthermore, it does not try +to support older versions of C than C99. |