diff -r 000000000000 -r 2e3d3ce01487 openenvutils/commandshell/shell/inc/example.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openenvutils/commandshell/shell/inc/example.pro Tue Feb 02 10:12:00 2010 +0200 @@ -0,0 +1,7 @@ +/* Generated automatically */ +static int bin_example _((char*nam,char**args,Options ops,UNUSED(int func))); +static int cond_p_len _((char**a,UNUSED(int id))); +static int cond_i_ex _((char**a,UNUSED(int id))); +static mnumber math_sum _((UNUSED(char*name),int argc,mnumber*argv,UNUSED(int id))); +static mnumber math_length _((UNUSED(char*name),char*arg,UNUSED(int id))); +static int ex_wrapper _((Eprog prog,FuncWrap w,char*name));