emmafs/inode.c

6 lines
82 B
C
Raw Normal View History

2024-10-08 23:01:29 +02:00
#include "inode.h"
tm* get_local_time() {
return localtime(&current_time);
}