You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ There are multiple alternative ways to use `printf` in your own project; the bul
73
73
74
74
**Use not involving CMake:**
75
75
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++
0 commit comments