rishtik/src/boitoutil/vars.h

15 lines
272 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Fichier contenant les variables globales nécessaires
* aux bibliothèques et au shell.
*
* @file vars.h
* @author rick <rick@gnous.eu>
* @date 2021
*/
#ifndef _VARS_
# define _VARS_
#define MAX_LENGTH 200 /* taille maximum des tableaux utilisés */
#endif