marrub
/
Lithia
Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
Lithia/source/Headers/lith_str.h

15 lines
477 B
C

// Copyright © 2018 Graham Sanderson, all rights reserved.
__str StrUpper(__str in);
stkcall u32 StrHash(char __str_ars const *s);
stkcall u32 CStrHash(char const *s);
char *Lith_strcpy_str(char *dest, char __str_ars const *src);
int Lith_strcmp_str(char const *s1, char __str_ars const *s2);
stkcall __str Lith_ScoreSep(i96 num);
__str Language(__str fmt, ...);
__str LanguageNull(__str fmt, ...);
__str StrParam(__str fmt, ...);
void StrParamBegin(__str fmt, ...);
// EOF