You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Replace header ifdef guards with #pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef STRING_H
|
||||
#define STRING_H
|
||||
#pragma once
|
||||
|
||||
#include "PR/ultratypes.h"
|
||||
|
||||
@@ -10,5 +9,3 @@ int memcmp(const void *buf1, const void *buf2, size_t count);
|
||||
void *memset(void* dst, int c, size_t count);
|
||||
char *strcat(char *str1, const char *str2);
|
||||
int strncmp(const char *str1, const char *str2, int n);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user