[RFC, PATCH] new applet resize #2

Bernhard Fischer rep.nop at aon.at
Sun Sep 24 09:12:24 UTC 2006


On Fri, Sep 22, 2006 at 02:24:47PM -0400, Rob Landley wrote:
>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...

sure.



More information about the busybox mailing list