This website requires JavaScript.
Explore
Help
Sign In
bx
/
efn
Watch
1
Star
0
Fork
You've already forked efn
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
866f407472
efn
/
c_quit.c
7 lines
50 B
C
Raw
Normal View
History
Unescape
Escape
it compiles
2022-04-02 11:40:10 +00:00
void
changed command to take char * and char **
2022-04-03 08:05:25 +00:00
c_quit
(
char
*
b
,
char
*
*
argv
)
{
it compiles
2022-04-02 11:40:10 +00:00
exit
(
0
)
;
}
commands take buf, bad commmands dont segfault
2022-04-02 11:59:31 +00:00
changed command to take char * and char **
2022-04-03 08:05:25 +00:00