rishtik/src/boitoutil/oui-dire.h

11 lines
94 B
C
Raw Normal View History

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