index
:
reX
master
A Tiny Linux Distribution
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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