summaryrefslogtreecommitdiff
path: root/src/echo.h
blob: 32af69f5ea924fb1e613a7b8d840c0375407d507 (plain)
1
2
3
4
#ifndef ECHO
#define ECHO
char* read_file(char* path);
#endif