#include #include #include #include #include #define NMax 10 #define NOut 30 // Reads charcters in batches of this size and size of output long int CharVect[256][256]; //sets away enough space for 256^2 characters unsigned char uc[NMax+1]; int ScanFunc(int n); void FindLargest(void);