1 2 3 4 5 6 7 8
#include <assert.h> #include "gen.h" int main(int argc) { assert(argc == 3); return genfunc(); }