view tty-main.h @ 9:822a2fe5bb51

move command window to separate file and other refactoring
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2019 12:36:26 -0400
parents b97ffa8e4019
children
line wrap: on
line source

#if ! defined (calc_tty_main_h)
#define calc_tty_main_h 1

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

#endif