Files
metadesk/source/base/markup.c
T
ed 0ab226f739 adding prefixes to source
They'll be removed on demand in libgen repo
2025-02-12 14:40:11 -05:00

11 lines
212 B
C

#ifdef INTELLISENSE_DIRECTIVES
# pragma once
# include "markup.h"
#endif
inline void
md_set_thread_name(MD_String8 string) {
md_prof_thread_name("%.*s", md_str8_varg(string));
md_os_set_thread_name(string);
}