Skip to content

Commit f1b728c

Browse files
committed
Fixes #199: No longer mentioning the C99 requirement in README.md
1 parent 7c3035d commit f1b728c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ There are multiple alternative ways to use `printf` in your own project; the bul
7373

7474
**Use not involving CMake:**
7575

76-
* Copy `printf.c` and `printf.h` into your own project, and compile the source however you see fit. Remember that the library requires compilation with the C99 language standard enabled.
77-
* Include the contents of `printf.c` into your own code - which can be either C or C++. Remember, though, the library is written in the "intersection" of C99 and C++11, so older-standard C programs may not just accept it.
76+
* Copy `printf.c` and `printf.h` into your own project, and compile the source however you see fit.
77+
* Include the contents of `printf.c` into your own code - which can be either C or C++
7878

7979
Whichever way you choose to use the library:
8080

0 commit comments

Comments
 (0)