I want to write some logs in a file and I have tried to import stdlib.h for system function so that I can run echo command to write a log in a file on /sdcard/ but linux kernel source code doesn't support this include. I can see other #include in sources are from /include/linux folder.
Any help?