view gui-main.h @ 19:9e2211f5f293 default tip

NOTES: more updates
author John W. Eaton <jwe@octave.org>
date Tue, 28 May 2019 23:06:08 -0400
parents 822a2fe5bb51
children
line wrap: on
line source

#if ! defined (calc_gui_main_h)
#define calc_gui_main_h 1

namespace calc
{
  extern int gui_main (int argc, char **argv);
}

#endif