Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
krmaet
/
Lennubroneerimis_tarkvara
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2199259b
authored
2 years ago
by
karade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update generator.h
parent
9ba99e38
Inimeste_generaator
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
generator.h
generator.h
View file @
2199259b
/**
* File: generator.h
* Author: Risto Heinsar
* Created: 12.03.2015
* Modified 12.03.2023
*
* Description: Header file to provide the name pools required for the task.
*/
#ifndef GENERATOR_H
#ifndef GENERATOR_H
#define GENERATOR_H
#define GENERATOR_H
...
@@ -32,7 +24,7 @@ typedef struct{
...
@@ -32,7 +24,7 @@ typedef struct{
int
GetRand
(
int
numMin
,
int
numMax
);
int
GetRand
(
int
numMin
,
int
numMax
);
void
GenNames
(
users
*
data
,
int
num
);
void
GenNames
(
users
*
data
,
int
num
);
int
ComparCandidate
(
const
void
*
a
,
const
void
*
b
);
int
ComparCandidate
(
const
void
*
a
,
const
void
*
b
);
int
GetUniqueSeat
(
users
*
data
,
int
len
,
c
onst
char
*
seats
,
int
size
,
c
har
*
seat
);
int
GetUniqueSeat
(
users
*
data
,
int
len
,
char
*
seat
);
void
GenerateDateOfBirth
(
char
*
month
,
char
*
DoB
);
void
GenerateDateOfBirth
(
char
*
month
,
char
*
DoB
);
void
ProcessPerson
(
char
*
email
);
#endif //GENERATOR_H
#endif //GENERATOR_H
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