Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
aostap
/
PR2KT1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d7aefcd8
authored
May 31, 2023
by
aostap
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
header
parent
9345ba1b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
PR2header.h
PR2header.h
0 → 100644
View file @
d7aefcd8
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef
struct
{
char
Nimi
[
50
];
char
Liik
[
50
];
int
Vanus
;
}
Ryhm
;
void
loeKirjed
(
FILE
*
,
Ryhm
*
kirjed
,
int
*
kirjeteArv
);
void
sorteeriKirjed
(
Ryhm
*
kirjed
,
int
kirjeteArv
);
void
valjastaKirjed
(
FILE
*
,
Ryhm
*
kirjed
,
int
kirjeteArv
);
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