j
k
j a
j l
...So fgets( ...) followed with "if (offline_cpus_str[0] == '\n') "? How about simplifying it more to "if (fgetc(fp) == '\n')" ?
So fgets( ...) followed with "if (offline_cpus_str[0] == '\n') "?
How about simplifying it more to "if (fgetc(fp) == '\n')" ?
Reinette,
Even better.
-Tony
Back to the thread
Back to the list