From a55512edbe175e96a2120be569232274b27e582f Mon Sep 17 00:00:00 2001 From: akiyamn Date: Thu, 3 Sep 2020 23:33:45 +1000 Subject: Functionality of Task 1 done --- fileutil.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'fileutil.h') diff --git a/fileutil.h b/fileutil.h index 23658ba..88e59ae 100644 --- a/fileutil.h +++ b/fileutil.h @@ -1,2 +1,9 @@ -void to_stdout(char *string, ssize_t size); -int main(int argc, char const *argv[]); \ No newline at end of file +#ifndef _FILEUTIL_H +#define _FILEUTIL_H + +void to_stdout(char *string); +void to_stderr(char *string); +void print_file(char *read_path); +int main(int argc, char const *argv[]); + +#endif \ No newline at end of file -- cgit v1.2.3