Walk a directory/Recursively: Difference between revisions

Content deleted Content added
→‎{{header|Tcl}}: Small improvements, formatting
m →‎{{header|C}}: nl works with
Line 82:
=={{header|C}}==
{{works with|POSIX|.1-2001}}
 
This is a (recursive) ''extension'' of the code at [[Walk Directory]].
<lang c>#include <sys/types.h>