rishtik/src/boitoutil/oui-dire.h

15 lines
228 B
C
Raw Normal View History

2021-02-21 23:00:47 +00:00
/** Fichier header pour la commande echo
* @fire oui-dire.h
* @author rick <rick@gnous.eu>
* @date 2021
2021-02-20 17:34:43 +00:00
*/
#ifndef _OUIDIRE_
# define _OUIDIRE_
void usage();
void echo(char *args);
2021-02-24 01:01:44 +00:00
int get_var(char *str, int i);
2021-02-20 17:34:43 +00:00
#endif