This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
829bf94de1
ladybird
/
Userland
/
false.cpp
7 lines
64 B
C++
Raw
Normal View
History
Unescape
Escape
Build LibC and Userland with clang as well.
2018-11-09 11:29:00 -02:00
#
include
<sys/cdefs.h>
int
main
(
int
,
char
*
*
)
Add /bin/false and /bin/true for fun. :^)
2018-10-25 16:39:37 -03:00
{
return
1
;
}
Reference in a new issue
Copy permalink