// helloworld.c #include #include "helloworld.h" int main() { int i; for(i = 0;i <= COUNT; i++) { printf("%s - %d\n",hello,i); } return 0; }