adding a script to help me check for my uses of the io functions

cat-town
Dan Buch 13 years ago
parent 3b738faa65
commit b1260e7f5c

3
.gitignore vendored

@ -6,5 +6,6 @@
!*.py
!*.h
!*.mk
!test_*.sh
!*.sh
!*-input
!*.txt

@ -0,0 +1,6 @@
#!/bin/bash
for func in $(cat iofunctions.txt)
do
echo "$func: $(grep "$func" *.c | wc -l)"
done

@ -0,0 +1,14 @@
fscanf
fgets
fopen
freopen
fdopen
fclose
fcloseall
fgetpos
fseek
ftell
rewind
fprintf
fwrite
fread
Loading…
Cancel
Save