diff --git a/readme.md b/readme.md index bd5c6a1..97b0cc4 100644 --- a/readme.md +++ b/readme.md @@ -60,7 +60,7 @@ depfiles = $(objects:.o=.d) -#### Write to the most modern standard you can +#### If possible, write to the most modern standard C11 is better than C99, which is (far) better than C89. C11 support is still coming along in GCC and Clang, but many features are there. If you need to support other compilers in the medium-term, write to C99.