Home
last modified time | relevance | path

Searched refs:call_vappendf (Results 1 – 1 of 1) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_utf8.c1004 extern bool call_vappendf(ALLEGRO_USTR *us, const char *fmt, ...);
1017 CHECK(call_vappendf(us, " %s", "χόβερκράφτ")); in t46()
1023 call_vappendf(us, "%s", "test"); in t46()
1028 bool call_vappendf(ALLEGRO_USTR *us, const char *fmt, ...) in call_vappendf() function