diff options
| author | sin | 2015-03-13 14:19:32 +0000 |
|---|---|---|
| committer | sin | 2015-03-13 14:19:32 +0000 |
| commit | 2b6657b759551ce485746d3e7f59725fa9f28dbf (patch) | |
| tree | 2edf0f3ab88405863e998d87324ff888164df152 | |
| parent | 9f8c543dc81f0c4239acae6713f5414eb7dc681d (diff) | |
Fix typo
| -rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index 98e51ac..f5fb144 100644 --- a/include/stdio.h +++ b/include/stdio.h | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #undef fgets | 9 | #undef fgets |
| 10 | #undef fread | 10 | #undef fread |
| 11 | #undef fwrite | 11 | #undef fwrite |
| 12 | #undef vsnprintf | 12 | #undef vsprintf |
| 13 | #undef vsnprintf | 13 | #undef vsnprintf |
| 14 | #undef snprintf | 14 | #undef snprintf |
| 15 | #undef sprintf | 15 | #undef sprintf |
