csleeptimer/echo.h

9 lines
80 B
C

#ifndef _ECHO_H
#define _ECHO_H
#include <stdbool.h>
bool echo(void);
#endif