From d7229970f8910aa756d299f8bdceee7f4d1fbfbc Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 8 Feb 2023 13:19:56 +0100 Subject: add env and make smash be able to parse files with comments --- smash/comment.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 smash/comment.h (limited to 'smash/comment.h') diff --git a/smash/comment.h b/smash/comment.h new file mode 100644 index 0000000..f20877f --- /dev/null +++ b/smash/comment.h @@ -0,0 +1,6 @@ +#ifndef COMMENT_H +#define COMMENT_H + +void remove_comment(char *line); + +#endif -- cgit v1.2.3-70-g09d2