Searched refs:SourceByte (Results 1 – 1 of 1) sorted by relevance
202 UINT8 SourceByte; in AePrintException() local339 RActual = fread (&SourceByte, 1, 1, SourceFile); in AePrintException()350 while (RActual && SourceByte && (SourceByte != '\n')) in AePrintException()356 if (fwrite (&SourceByte, 1, 1, OutputFile) != 1) in AePrintException()369 RActual = fread (&SourceByte, 1, 1, SourceFile); in AePrintException()
Completed in 3 milliseconds