mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-15 08:42:23 -07:00
macOS support
This commit is contained in:
@@ -11,9 +11,12 @@ int main(void)
|
||||
|
||||
printf("%d\n", MD_CPP_VERSION);
|
||||
|
||||
#if MD_CPP_VERSION != 0 && MD_CPP_VERSION != 98 // anything C++11 and up
|
||||
MD_String8 foo = "foo"_md;
|
||||
MD_String8 bar = "bar"_md;
|
||||
MD_String8 str = MD_S8Fmt(arena, "%S%S", foo, bar);
|
||||
printf("%.*s", MD_S8VArg(str));
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user