Add the time() function

git-svn-id: svn://svn.cc65.org/cc65/trunk@1504 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-12 19:54:30 +00:00
parent f95340fc44
commit 35aaf34e20
3 changed files with 48 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 1998-2000 Ullrich von Bassewitz */
/* (C) 1998-2002 Ullrich von Bassewitz */
/* Wacholderweg 14 */
/* D-70597 Stuttgart */
/* EMail: uz@musoftware.de */
@@ -82,6 +82,7 @@ unsigned _clocks_per_sec (void);
/* Function prototypes */
clock_t clock (void);
time_t __fastcall__ time (time_t* t);