Sign in
qemu
/
meson
/
a3d3efd3cfc6e9b0ce8a7536527e1e9ca134f80a
/
.
/
test cases
/
common
/
179 escape and unicode
/
find.py
blob: 34a3eb835e83166158a5152566ede1a5958d402c [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
os
import
sys
for
fh
in
os
.
listdir
(
'.'
):
if
os
.
path
.
isfile
(
fh
):
if
fh
.
endswith
(
'.c'
):
sys
.
stdout
.
write
(
fh
+
'\0'
)