rishtik/src/boitoutil/oui-dire.h

15 lines
228 B
C

/** Fichier header pour la commande echo
* @fire oui-dire.h
* @author rick <rick@gnous.eu>
* @date 2021
*/
#ifndef _OUIDIRE_
# define _OUIDIRE_
void usage();
void echo(char *args);
int get_var(char *str, int i);
#endif