#if defined(__STDC__) || defined(__cplusplus) # define _P(s) s #else # define _P(s) () #endif /* mw.c */ char *locate _P((char *name)); void startup _P((void)); void finish _P((void)); void put_str _P((char *s)); int get_pipe _P((char *shell, int *pfd, int *ppid)); void main _P((int argc, char *argv[])); int s_dial _P((int tree, int action)); void set_menu_string _P((char *newstr, int object)); int size_dial _P((int *pxsiz, int *pysiz)); int xatoi _P((char *s)); void do_editkeys _P((void)); int check_ram _P((void)); char *wkstr _P((long v)); long plus_some_minutes _P((long t)); char *dotime _P((long t)); long untime _P((char *s)); int do_alarm _P((void)); /* mwsubr.c */ char *getmem _P((long size)); int w_open _P((char *name, int xpos, int ypos, int xsiz, int ysiz, int sliders, int titles, FNT *usefont)); void w_closei _P((struct wi_str *wp)); void w_close _P((struct wi_str *wp)); int w_resize _P((struct wi_str *wp1, int xsiz, int ysiz, int sliders, int titles, int chfont)); void w_rename _P((struct wi_str *wp, char *name)); void w_redraw _P((struct wi_str *wp, int logic, int xx, int yy, int ww, int hh)); void w_update _P((struct wi_str *wp, int logic, int xx, int yy, int ww, int hh)); void w_move _P((struct wi_str *wp, int xx, int yy, int ww, int hh)); void w_top _P((struct wi_str *wp)); void w_bottom _P((void)); void w_hide _P((void)); void w_shrink _P((struct wi_str *wp)); void w_full _P((struct wi_str *wp)); void w_arrow _P((struct wi_str *wp, int arrow)); void w_slide _P((struct wi_str *wp, int hor, int val)); void sethslide _P((struct wi_str *wp)); void setvslide _P((struct wi_str *wp)); void w_flash _P((struct wi_str *wp, int state)); void w_output _P((struct wi_str *wp, unsigned char *ptr, int charcount)); void lineerase _P((struct wi_str *wp, int first, int last)); void scrollup _P((struct wi_str *wp, int first, int nlines, int amount)); void scrolldn _P((struct wi_str *wp, int first, int nlines, int amount)); void loadfont _P((char *name)); #undef _P