Walk a directory/Recursively: Difference between revisions

m
→‎{{header|C}}: nl works with
(→‎{{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>