Searched refs:NUMBER_SIZE (Results 1 – 1 of 1) sorted by relevance
658 const unsigned int NUMBER_SIZE = 1024; in runProcess() local661 char line[NUMBER_SIZE]; in runProcess()662 while (fgets(line, NUMBER_SIZE, fp)) { in runProcess()