[fpc-pascal]RTC with Free Pascal
Jonas Maebe
jonas at zeus.ugent.be
Wed Apr 16 16:32:30 CEST 2003
On woensdag, apr 16, 2003, at 15:52 Europe/Brussels, Christophe Espern
wrote:
> retval:= ioctl(fd,$03, 0);
> if (retval = false) then begin
> writeln('error open');
> exit;
> end;
ioctl returns true on success. Note to Michael: my version of units.pdf
(April 19, 2002) states that ioctl is a procedure instead of a
function. Has this already been corrected?
Jonas
More information about the fpc-pascal
mailing list