Project

General

Profile

Actions

Structures

Exemple

/**
* @brief Structure d'un menu local
* @sa MenuSelect
*/
struct menu {
/** @brief Caractère utilisé pour l'item */
char choice;
/** @brief Description de l'item */
char *item;
};

Justifications

Updated by Patrice Nadeau 4 months ago · 2 revisions