From: "Poser Ivan" Newsgroups: comp.os.msdos.djgpp Subject: Library for date conversion. Date: Fri, 9 Jul 1999 09:27:49 +0200 Organization: TIN Lines: 17 Message-ID: <7m48d0$gji$1@nslave1.tin.it> NNTP-Posting-Host: a-cg2-70.tin.it X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Where I can found this? My problem is that I have make a program whith Borland C++ 5.02 and I'have use a function dostounix of dos.h this function return a date in unix format from a date in dos format: long dostounix(struct date *date,struct time *time) the problem is that function is not definited in DJPP. I'm lazy 8))) who can tell me if I can find it on internet, I'have make a search but without success 8((((. thank's Ciao Ivan Poser