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
Raw Normal View History

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