diff options
Diffstat (limited to 'libpsn00b/include/string.h')
| -rw-r--r-- | libpsn00b/include/string.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libpsn00b/include/string.h b/libpsn00b/include/string.h index 84afbae..6310b1a 100644 --- a/libpsn00b/include/string.h +++ b/libpsn00b/include/string.h @@ -1,10 +1,9 @@ /* * PSn00bSDK standard library - * (C) 2019-2022 PSXSDK authors, Lameguy64, spicyjpeg - MPL licensed + * (C) 2019-2023 PSXSDK authors, Lameguy64, spicyjpeg - MPL licensed */ -#ifndef __STRING_H -#define __STRING_H +#pragma once #include <stddef.h> @@ -39,5 +38,3 @@ char *strtok(char *str, const char *delim); #ifdef __cplusplus } #endif - -#endif |
