view tty-main.h @ 8:7c4b04a6346d

clean up include files in gui-main.h
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2019 11:26:44 -0400
parents b97ffa8e4019
children 822a2fe5bb51
line wrap: on
line source

#if ! defined (calc_tty_main_h)
#define calc_tty_main_h 1

namespace tty
{
  extern int main (int argc, char **argv);

  extern void emit_result (double value);
  extern void emit_error (const char *msg);
}

#endif