View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#3
I don't understand this one:
Code:
if (fgets(buf, 256, sysfs_bat_fp[idx]) == NULL)
(line 1629)

I'm new to C++