Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
raliis
/
IAX0584
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cfd3091e
authored
7 years ago
by
raliis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update andmebaas.c
parent
e7bff8b8
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
andmebaas1/andmebaas.c
andmebaas1/andmebaas.c
View file @
cfd3091e
...
@@ -31,8 +31,8 @@ int main (void)
...
@@ -31,8 +31,8 @@ int main (void)
int
counter_sub
;
// ainete loendur
int
counter_sub
;
// ainete loendur
int
ainete_hulk
;
// loeb ära mitu erinevat ainet on
int
ainete_hulk
;
// loeb ära mitu erinevat ainet on
tudengid
=
fopen
(
"tudengid
1
.txt"
,
"r"
);
// avab faili tudengid
tudengid
=
fopen
(
"tudengid.txt"
,
"r"
);
// avab faili tudengid
ained
=
fopen
(
"ained
1
.txt"
,
"r"
);
// avab faili andmed
ained
=
fopen
(
"ained.txt"
,
"r"
);
// avab faili andmed
counter_stud
=
tudengidSisse
(
tudengid
,
tudeng
,
tudeng_massiiv
);
counter_stud
=
tudengidSisse
(
tudengid
,
tudeng
,
tudeng_massiiv
);
counter_sub
=
ainedSisse
(
ained
,
aine
,
aine_massiiv
);
counter_sub
=
ainedSisse
(
ained
,
aine
,
aine_massiiv
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment