aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-29 03:58:21 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-29 03:58:21 +0200
commitb81d04119710471672112dab04f95128b6b92d76 (patch)
tree0bbd42f9f3d85c7834cdd44fa9b8110b43d94ec8 /README
parentadd stdnoreturn.h (diff)
downloadslibc-b81d04119710471672112dab04f95128b6b92d76.tar.gz
slibc-b81d04119710471672112dab04f95128b6b92d76.tar.bz2
slibc-b81d04119710471672112dab04f95128b6b92d76.tar.xz
only C99 and newer
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index f635a82..9475965 100644
--- a/README
+++ b/README
@@ -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.