Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
mvahes
/
Lennubroneerimis_tarkvara
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
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2199259b
authored
Mar 17, 2023
by
karade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update generator.h
parent
9ba99e38
Hide 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
#define GENERATOR_H
...
...
@@ -32,7 +24,7 @@ typedef struct{
int
GetRand
(
int
numMin
,
int
numMax
);
void
GenNames
(
users
*
data
,
int
num
);
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
ProcessPerson
(
char
*
email
);
#endif //GENERATOR_H
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