| /* Date/time functions | |
| * | |
| * (c) Copyright 2001-2005, ITB CompuPhase | |
| * This file is provided as is (no warranties). | |
| */ | |
| native gettime(&hour=0, &minute=0, &second=0); | |
| native getdate(&year=0, &month=0, &day=0); | |
| native tickcount(&granularity=0); |
| /* Date/time functions | |
| * | |
| * (c) Copyright 2001-2005, ITB CompuPhase | |
| * This file is provided as is (no warranties). | |
| */ | |
| native gettime(&hour=0, &minute=0, &second=0); | |
| native getdate(&year=0, &month=0, &day=0); | |
| native tickcount(&granularity=0); |