rishtik/src/boitoutil/oui-dire.h

11 lines
94 B
C
Raw Normal View History

2021-02-20 17:34:43 +00:00
/**
*/
#ifndef _OUIDIRE_
# define _OUIDIRE_
void usage();
void echo(char *args);
#endif