view tty-main.h @ 3:52c033864347

add build instructions to NOTES file
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 16:21:06 -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