This website requires JavaScript.
Explore
Help
Sign In
suckless
/
sbase
mirror of
git://git.suckless.org/sbase
Watch
1
Star
0
Fork
You've already forked sbase
0
Code
Issues
Projects
Releases
Wiki
Activity
59f2e48b64
sbase
/
true.c
7 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
initial commit
2011-05-23 01:36:34 +00:00
/* See LICENSE file for copyright and license details. */
int
main
(
void
)
{
Stop using EXIT_{SUCCESS,FAILURE}
2014-10-02 22:46:04 +00:00
return
0
;
initial commit
2011-05-23 01:36:34 +00:00
}