[comp.lang.c] File pointers C <---> Pascal

janne@erix.UUCP (Janne Andersson) (11/26/86)

I want to open more Pascal text files against standard output,
than is provided by just using the normal 'output'. I don't want
to use /dev/tty. How to do this ?

Maybe something like this:

 Pascal:     procedure termout(var fp : text);
                    external c;

      C:          void termout(fp)
                    ??? ?fp;
                  {
                   ???
                  }

Thanks in advance for any suggestions.

Janne Andersson      (janne@erix.UUCP)
Ericsson Telecom
Sweden