-
Notifications
You must be signed in to change notification settings - Fork 93
Date and time C pain
Tomas Mlcoch edited this page Jun 10, 2014
·
1 revision
<time.h>
<sys/time.h>
<sys/timeb.h>
- ftime()
- Returns the current time as seconds and milliseconds since the Epoch.
- Use time() and gettimeofday() intead.
- Deprecated
- gettimeofday()
- Gets the time as well as a timezone.
- strftime()
- Format date and time.