#include #include "myprog.h" int main() { int i; step1(); step2(); printf("main step.\n"); return 100; }