From owner-freebsd-questions Thu Oct 26 22:42:11 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA00460 for questions-outgoing; Thu, 26 Oct 1995 22:42:11 -0700 Received: from choshi.kaba.or.jp (root@choshi.kaba.or.jp [192.51.37.14]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA00443 for ; Thu, 26 Oct 1995 22:41:50 -0700 Received: from trek.kaba.or.jp by choshi.kaba.or.jp (8.6.12+2.5Wb7/2.8Wb-kaba) id OAA23679; Fri, 27 Oct 1995 14:37:17 +0900 Message-Id: <199510270540.OAA00642@trek.kaba.or.jp> To: questions@freebsd.org Subject: Re: Help -- Stupid "C" question. In-reply-to: Your message of "Thu, 26 Oct 95 19:05:19 CST." Date: Fri, 27 Oct 1995 14:40:48 +0900 From: YOSHIDA Nobuaki Sender: owner-questions@freebsd.org Precedence: bulk >>>>> " " == Richard Wackerbarth writes: > ctime(time((time_t*)0)) > ctime(time(NULL)) The ctime() function takes an argument with the type "time_t *", but, time() returns a value which type is "time_t". :) --- YOSHIDA Nobuaki, Kyoto Artificial Brain Associates, Kyoto, JAPAN nyoshi@kaba.or.jp