aboutsummaryrefslogtreecommitdiff
path: root/smash/comment.h
blob: f20877feeaf8f1cd9bf41d7160ec0004e90a2797 (plain)
1
2
3
4
5
6
#ifndef COMMENT_H
#define COMMENT_H

void remove_comment(char *line);

#endif