Re: DVISP porting problem

Urs Thuermann <[email protected]> 13 Feb 2006 23:04:33 +0100
Newsgroups gmane.comp.tex.tetex.general
Message-ID <[email protected]>
[email protected] writes:

> In comp.lang.c I have seen O_BINARY, O_RDONLY, O_WRONLY, O_TRUNC,
> O_CREAT, which seem to be PC (Borland?) specific.

No, these symbols are POSIX and are flags to pass to the open(2)
syscall.

> A similar problem might arise with the function _setmode(..) which I
> can not find on my system.

Sorry, I don't know _setmode(), but I assume this is something defined
in dvips itself.

urs