aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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.