Structures (structs)
here we find the used structures in project
1. Struct Definitition module :
module :syntax:
typedef struct {
char nom_module[MAX_NAME_LEN];
int coefficient;
float note;
} module;
Members:
2. Struct Definitition student :
student :Syntax:
Members:
Last updated