[gmail] Re: implenting BB variations of standard system calls

Marc Leeman marc.leeman at gmail.com
Fri Apr 21 06:54:33 UTC 2006


> > int main(int argc, char **argv)
> > {
> > 	return 0;
> > }
> >
> > Lot of space saved and no interface or coding style issues....a
> > paradise!!!!
> >
> > ;-P

Euhm, shouldn't that be

#include <stdlib.h>

int main(int argc, char* argv[])
{
	return EXIT_SUCCESS;
}

:-"

-- 
  greetz, marc
Okay, so the virus is inside one of you, and you've all got guns. Great.
	Crichton - A Bug's Life
scorpius.homelinux.org 2.6.16 #6 PREEMPT Sat Apr 1 21:22:39 CEST 2006 GNU/Linux
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.busybox.net/pipermail/busybox/attachments/20060421/464b35ad/attachment-0002.pgp 


More information about the busybox mailing list