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 2cf8c0c commit 7a88f90Copy full SHA for 7a88f90
B.Sc._1_2_EmrahOzkaynak/week_10-Sequential_Access_Files/1)SequentialAccessFiles.c
@@ -6,7 +6,7 @@ void addrec(void);
6
void lsfile(void);
7
void lssuccess(void);
8
void mkfile_suc_and_fail(void);
9
-//void filesize(void);
+// void filesize(void);
10
11
12
int main(){
@@ -110,4 +110,4 @@ void mkfile_suc_and_fail(void){
110
printf("--------------------------------\n\n");
111
}
112
113
-//void filesize(void){}
+// void filesize(void){}
0 commit comments