[RFC, PATCH] new applet resize #2

Rob Landley rob at landley.net
Fri Sep 22 18:24:47 UTC 2006


On Friday 22 September 2006 3:44 am, Bernhard Fischer wrote:
> >> Mind if Tito or i do this, mid-term?
> >
> >Do which?  What specifically are you proposing?
> 
> provide means to let applets be of the form
> 
> variant_A_main(void)
> variant_B_main(int argc)
> variant_C_main(char **argv)
> variant_D_main(int argc, char **argv)
> 
> by making the PROTOTYPES peruse
> #define _BB_NOARG (void)
> #define _BB_ARGC  (int argc)
> #define _BB_ARGV  (char **argv)
> #define _BB_ARGS  (int argc, char **argv)

Oh please no.

Lemme look at why the global version got bigger...

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list