This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LightTAM/include/utils.h
T

10 lines
185 B
C

#ifndef __UTILS_H__
#define __UTILS_H__
#include "main.h"
void printTimeInString(time_t _input, char * _output);
void printDateAndTimeInString(time_t _input, char * _output);
#endif