Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
mikolo
/
paaristoo
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
f45a0aac
authored
Feb 13, 2023
by
albrat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main.c
parent
bf8bb279
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
main.c
main.c
View file @
f45a0aac
int
main
(
void
)
{
isik
inimesed
[],
*
mehed
,
*
naised
;
FILE
*
autod
;
autod
=
fopen
(
nimi
,
"r"
);
if
(
kontrollifail
(
autod
)
==
0
)
{
printf
(
"Pole faili.
\n
"
);
return
1
;
}
return
0
;
#include <stdio.h>
#include "header.h"
#include "functions.c"
int
main
()
{
Auto
autos
[
MAX_AUTOS
];
load_autos
(
autos
);
Owner
owners
[
MAX_OWNERS
];
load_owners
(
owners
);
find_most_powerful_car
(
autos
);
find_oldest_car
(
autos
);
find_newest_car
(
autos
);
return
0
;
}
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