This website requires JavaScript.
Explore
Help
Register
Sign In
keXa
/
kolibrios
Watch
1
Star
0
Fork
0
You've already forked kolibrios
forked from
KolibriOS/kolibrios
Code
Pull Requests
Activity
080b8dcdc4
kolibrios
/
programs
/
system
/
shell
/
cmd
/
cmd_exit.c
10 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
Shell 0.4.4 (All) git-svn-id: svn://kolibrios.org@1665 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-17 21:50:55 +02:00
int
cmd_exit
(
char
param
[
]
)
{
free
(
ALIASES
)
;
_exit
(
1
)
;
kol_exit
(
)
;
return
TRUE
;
}
Shell v0.6.1. Some minor improvements. git-svn-id: svn://kolibrios.org@3247 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-02-17 16:22:51 +01:00
Copy Permalink