void
-mpdiv(x, y, z)
-int *x, *y, *z ;
+mpdiv(int *x, int *y, int *z)
{
static int i, i2, ie, iz3 ;
void
-init_cmdline_opts() /* Initialize command line option strings. */
+init_cmdline_opts(void) /* Initialize command line option strings. */
{
cmdstr[(int) CMD_ACC] = "-a" ;
cmdstr[(int) CMD_MODE] = "-m" ;
void
-init_text() /* Setup text strings depending upon language. */
+init_text(void) /* Setup text strings depending upon language. */
{
int i ;
}
void
-init_mess() /* Setup text strings depending upon language. */
+init_mess(void) /* Setup text strings depending upon language. */
{
int i ;