mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-03 14:18:45 +00:00
big naming pass for main API
This commit is contained in:
@@ -5,11 +5,11 @@ void run_test_on_string(MD_String8 string)
|
||||
{
|
||||
MD_String16 s16 = MD_S16FromS8(string);
|
||||
MD_String8 s8_ts16 = MD_S8FromS16(s16);
|
||||
MD_Assert(MD_StringMatch(s8_ts16, string, 0));
|
||||
MD_Assert(MD_S8Match(s8_ts16, string, 0));
|
||||
|
||||
MD_String32 s32 = MD_S32FromS8(string);
|
||||
MD_String8 s8_ts32 = MD_S8FromS32(s32);
|
||||
MD_Assert(MD_StringMatch(s8_ts32, string, 0));
|
||||
MD_Assert(MD_S8Match(s8_ts32, string, 0));
|
||||
}
|
||||
|
||||
int main(void)
|
||||
|
||||
Reference in New Issue
Block a user