5 lines
82 B
C
5 lines
82 B
C
#include "inode.h"
|
|
|
|
tm* get_local_time() {
|
|
return localtime(¤t_time);
|
|
}
|