From: mauch AT uni-duisburg DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: testing uclock() Date: Tue, 29 Apr 1997 15:41:58 +0200 Organization: Home, sweet home (via Gesamthochschule Duisburg) Lines: 16 Distribution: world Message-ID: <336996be.1979253@news.uni-duisburg.de> References: NNTP-Posting-Host: ppp103.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk [Hm, my news server seems to be down, so I don't know if my other message found its way to the group/list - anyway...] I have another question regarding uclock(): The info file entry for uclock() says: > Note that `printf' cannot print a value of type `uclock_t', even though > it is an integer value, because it is a 64-bit integer. Can't we just use "%lld" to printf() values of type long long int or uclock_t? Am I missing something here? Regards... Michael