#include "myinclude.h" INTTYPE input() { int x; printf("input a number - "); scanf("%i", &x); return (INTTYPE) x; }