mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
11 lines
170 B
C++
11 lines
170 B
C++
#include <Core/Core.h>
|
|
|
|
#include "brc.brc"
|
|
|
|
CONSOLE_APP_MAIN
|
|
{
|
|
String s = (char *)rodina_macro;
|
|
DUMP(s.GetLength());
|
|
DUMP(rodina_macro_length);
|
|
DUMP(s);
|
|
}
|