mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
chore(style): fix style nits
This commit is contained in:
parent
473a2cb044
commit
5121638c27
13 changed files with 88 additions and 86 deletions
|
|
@ -5,13 +5,11 @@
|
|||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
#define STORM_MAX_PATH 260
|
||||
#define STORM_MAX_STR 0x7FFFFFFF
|
||||
|
||||
#define SSTR_HASH_CASESENSITIVE 1
|
||||
|
||||
|
||||
char* SStrChr(char* string, char search);
|
||||
|
||||
const char* SStrChr(const char* string, char search);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue