We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5710ded commit 793b90eCopy full SHA for 793b90e
C/sizeofdirectory/README.md
@@ -0,0 +1,7 @@
1
+This C program scan the current directory and display total size in bytes
2
+
3
+Header file and function used
4
5
+The type DIR is defined in the header file <dirent.h>
6
7
+The readdir() function returns a pointer to a structure representing the directory entry at the current position in the stream
0 commit comments