Skip to content

Commit 793b90e

Browse files
Create README.md
1 parent 5710ded commit 793b90e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

C/sizeofdirectory/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)