www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/04/19/06:48:56

Date: Sun, 19 Apr 1998 13:47:23 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Paul Derbyshire <pderbysh AT usa DOT net>
cc: djgpp AT delorie DOT com
Subject: Re: getdate()
In-Reply-To: <eVzZ.3246$sN3.526143@news21.bellglobal.com>
Message-ID: <Pine.SUN.3.91.980419134707.23362F-100000@is>
MIME-Version: 1.0

On Fri, 17 Apr 1998, Paul Derbyshire wrote:

> I notice the function getdate() to obtain the system clock date is in dos.h.
> Something tells me this isn't an ANSI or POSIX header.

It is very easy to know which functions in DJGPP are ANSI, Posix, or
neither.  You just need to look at the header where its prototype is
kept.  Every function whose prototype is before the line which says
"#ifndef __STRICT_ANSI__" is ANSI; functions whose prototypes are
after the above line but before the line which says "#ifndef _POSIX_SOURCE"
are Posix; functions whose prototypes are after the second line, are
neither.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019