mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
4 lines
82 B
Text
4 lines
82 B
Text
void mark()
|
|
{
|
|
g_logMark = backtick("printf '%3d' " + (string)g_lognr++)[0];
|
|
}
|