view tty-main.h @ 0:dff751fb985c

initial revision
author John W. Eaton <jwe@octave.org>
date Mon, 13 May 2019 09:48:06 -0500
parents
children 08df60a01bc1
line wrap: on
line source

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

  extern void emit_result (double value);
}