1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef GENG_H #define GENG_H #include <stdint.h> void geng_main( int argc, uint32_t argv1, uint32_t argv2, uint32_t iter1, uint32_t iter2 ); #endif // GENG_H