1 2 3 4 5 6 7 8 9 10
#include <zot.hxx> #include <zot_custom.hxx> #include <stdio.h> int main() { printf("[%s] [%s]\n", zot, zot_custom); fflush(stdout); return 0; }