Commit 2199259b by karade

Update generator.h

parent 9ba99e38
Showing with 2 additions and 10 deletions
/**
* 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, const char *seats, int size, char *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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment