[comp.lang.modula2] WRL Modula-2 and curses

morourk@hubcap.clemson.edu (Michael O'Rourke) (10/04/90)

Anybody out there using the WRL Modula-2 compiler?

I need to interface it with the Berkley curses routines on a VAX
8810, but am having problems understanding how to write a .def
file for the interface. Namely, I can't figure out how to
give the definition for the printw command which, like printf,
has a variable argument list.

printw has the following format:
	
	printw(fmt, arg1, arg2, ...)
	char *fmt;

Can anybody tell me how to define this in a definition module so
I can interface to the C routines in Unix?

Please respond directly to morourk@hubcap.clemson.edu because
I don't monitor this newsgroup regularly.

Thanx,
Michael