#include #include #include #include #include #include #include #include #define TRUE (1 == 1) #define FALSE (1 != 1) #define DEBUG if (FALSE) /* fprintf(stderr, "functionName: message", varslist); */ /* * Author: * Date: * Purpose: * Problem: */ /* * This template reads data a specified number of times. */ int numberOfTimes; int num; int north; int east; void init() { /* FUNCTION init */ scanf("%d ", &numberOfTimes); } /* FUNCTION init */ void dump() { /* FUNCTION dump */ } /* FUNCTION dump */ void getInput() { /* FUNCTION getInput */ scanf(" %d ", &num); north = 0; east = 0; printf("num = %d\n", num); } /* FUNCTION getInput */ void process() { /* FUNCTION process */ int i; char ch; char buff[10]; for (i=0; i