gitout

A static git page generator
git clone https://git.bracken.jp/gitout.git
Log | Files | Refs | README | LICENSE

type_printers.c (152B)


      1 // TODO: Broken under MINGW for some reason.
      2 #if !(defined(__MINGW32__) || defined(__MINGW64__))
      3 #include "utest.h"
      4 #include "type_printers.inc"
      5 #endif