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 7dccaf1e authored 2 years ago by karade's avatar karade
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update broneering.h

parent 2c9e945c master … programm
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 0 deletions
  • broneering.h
broneering.h
View file @ 7dccaf1e
......@@ -8,6 +8,8 @@
#define SEATS 72
#define DOC_MAX 10
#define ROWS 18
#define COLS 4
typedef struct{
char documentNum[DOC_MAX];
......@@ -29,5 +31,7 @@ int ShowDestinations(MYSQL *con);
void PrintRes(MYSQL_RES *result);
int GetRand(int min, int max);
void insertPersonIntoTable(MYSQL* con, users data);
void FillSeatmap(int seats[ROWS][COLS], int rows, int cols, MYSQL *con, int flightId);
void PrintSeats(int data[ROWS][COLS], int rows, int cols);
#endif
\ No newline at end of file
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