Directory listing
Posted: Tue Apr 18, 2006 5:12 am
I was trying to include standard C library support in my o/s (ie creating functions like printf, fopen, etc)
But I was surprised because I didn't find any function (in the standards) allowing to make a directory listing...
Is there any?
For the list of the functions I use this link : http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html
The problem is that I wanted to use the C standards in my shell (for eg use scanf for command lines) but I can't do that if there are no functions for directory listing)
But I was surprised because I didn't find any function (in the standards) allowing to make a directory listing...
Is there any?
For the list of the functions I use this link : http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html
The problem is that I wanted to use the C standards in my shell (for eg use scanf for command lines) but I can't do that if there are no functions for directory listing)