Lines Matching defs:str
34 char str[11];38 fread(str, sizeof(str), 1, fptr);39 str[sizeof(str) - 1] = '\0';41 int sec = atoi(str);67 char str[11];71 fread(str, sizeof(str), 1, fptr);72 str[sizeof(str) - 1] = '\0';74 int sec = atoi(str);