|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include "arc/std/time.h"Go to the source code of this file.
Functions | |
| ARC_Time | ARC_Time_CopyFromStructTmPtr (struct tm *time) |
| copies the contents of a tm struct pointer into the ARC_Time type | |
| ARC_Time ARC_Time_CopyFromStructTmPtr | ( | struct tm * | time | ) |
copies the contents of a tm struct pointer into the ARC_Time type
| time | the struct tm type to copy |
Definition at line 3 of file time.c.