diff options
| author | SammygoodTunes <56520787+SammygoodTunes@users.noreply.github.com> | 2025-04-13 12:20:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 12:20:33 +0200 |
| commit | 16054a3b11cea7eb2d4cf74dbd84d8ac68e25de0 (patch) | |
| tree | 81b540bc64f374394b00b896e4cb014e84f3886e /libs/c/include | |
| parent | 18af19e0ac0fa5975db45c9eadc7c2ffae1ff9ee (diff) | |
Update stdio.h
Diffstat (limited to 'libs/c/include')
| -rw-r--r-- | libs/c/include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/c/include/stdio.h b/libs/c/include/stdio.h index 3eb4cf94..3b49b3aa 100644 --- a/libs/c/include/stdio.h +++ b/libs/c/include/stdio.h @@ -1,6 +1,6 @@ #ifndef _C_STDIO_H #define _C_STDIO_H -extern int sprintf(char *__restrict s, const char *__restrict format, ...); +int sprintf(char *__restrict s, const char *__restrict format, ...); #endif |
