I am writing GPIO functions in C using standard libraries that come with the raspberry pi, and do not require installing other libraries such as wiringpi.
So I have been using stdlib.h and stdio.h, and writing, and reading the files that describe each GPIO pin using the sysfs interface. I'm just wondering if there are any other standard library interfaces for the raspberry pi i should know about.