iBuy data structures
Functions to read and write iBuy data from files
|
Go to the source code of this file.
Data Structures | |
struct | User |
struct | Item |
Macros | |
#define | MAX_USERS 30 |
#define | MAX_ITEMS 100 |
#define | L_USER_LOGIN 11 |
#define | L_USER_PASSWORD 9 |
#define | L_USER_NAME 26 |
#define | L_USER_SURNAME 21 |
#define | L_ITEM_NAME 65 |
#define | L_ITEM_DESCRIPTION 257 |
#define L_ITEM_DESCRIPTION 257 |
#define L_ITEM_NAME 65 |
#define L_USER_LOGIN 11 |
#define L_USER_NAME 26 |
#define L_USER_PASSWORD 9 |
#define L_USER_SURNAME 21 |
#define MAX_ITEMS 100 |
#define MAX_USERS 30 |