Walk a directory/Recursively: Difference between revisions

Content added Content deleted
(→‎{{header|Tcl}}: Small improvements, formatting)
m (→‎{{header|C}}: nl works with)
Line 82: Line 82:
=={{header|C}}==
=={{header|C}}==
{{works with|POSIX|.1-2001}}
{{works with|POSIX|.1-2001}}

This is a (recursive) ''extension'' of the code at [[Walk Directory]].
This is a (recursive) ''extension'' of the code at [[Walk Directory]].
<lang c>#include <sys/types.h>
<lang c>#include <sys/types.h>