fix timestamp and printing

Signed-off-by: Aidan Hahn <aidan@aidanis.online>
This commit is contained in:
Aidan Hahn 2022-07-29 12:57:54 -07:00
parent 7ff43f0346
commit eeaa710f68
No known key found for this signature in database
GPG key ID: 18D8AD0591CA303E
2 changed files with 23 additions and 8 deletions

1
alog.h
View file

@ -65,6 +65,7 @@ typedef enum {
* err fds: stderr
*/
void _init_alog();
void init_alog();
/* deinitializes all global state memory used in this library */
void deinit_alog();