Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

krmaet / Lennubroneerimis_tarkvara

  • This project
    • Loading...
  • Sign in
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's avatar karade
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update generator.h

parent 9ba99e38
Show whitespace changes
Inline Side-by-side
Showing 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, 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
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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