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