Commit 6873eb04 by mikolo

Update header.c

parent 2d8f8b4a
Showing with 3 additions and 4 deletions
#define HEADER_H #define HEADER_H
#include <stdlib.h> #include <stdlib.h>
...@@ -8,14 +7,14 @@ typedef struct ...@@ -8,14 +7,14 @@ typedef struct
{ {
char mark[256]; char mark[256];
char mudel[256]; char mudel[256];
char numbrimärk[6]; char numbrimark[6];
int väljalaske aasta; int valjalaskeaasta;
char kubatuur[256]; char kubatuur[256];
}autod; }autod;
typedef struct typedef struct
{ {
char inimese isikukood[31]; char inimeseisikukood[31];
char nimi[31]; char nimi[31];
}isik; }isik;
......
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