I am a student who is new to the world of Linux and C. I am doing a bit of kernel programming, but I don't know how to import sys.c, since it's not in the include directory.
Specifically, I need it to use the getrusage
function within my code. Is it possible/ok to include it, and if so how?