diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-08-17 00:39:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 16:39:17 -0700 |
| commit | 1bebc761b638ad061778667e4bab4ec92fe81aa7 (patch) | |
| tree | 48fd9c72be87a1d6f7ebb780c2a0829d8c883006 /include/libc/stdarg.h | |
| parent | 043f0a3b259eee6bce038b76615e4ae5d3c8f1f0 (diff) | |
sprintf OK (#57)
* sprintf OK
* format
* refactor
Diffstat (limited to 'include/libc/stdarg.h')
| -rw-r--r-- | include/libc/stdarg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libc/stdarg.h b/include/libc/stdarg.h index 77b8b88..25940ed 100644 --- a/include/libc/stdarg.h +++ b/include/libc/stdarg.h @@ -1,5 +1,5 @@ -#ifndef STDARG_H -#define STDARG_H +#ifndef _STDARG_H +#define _STDARG_H #include "ultra64.h" |
