zot.cxx 272 B

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