mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Add w3c html tidy
This commit is contained in:
parent
ecc8962555
commit
3c7ae0fc72
63 changed files with 56239 additions and 0 deletions
|
@ -7,4 +7,12 @@
|
|||
#include "libc/sysv/consts/s.h"
|
||||
#include "libc/sysv/consts/utime.h"
|
||||
#include "libc/time/time.h"
|
||||
|
||||
#define st_atime st_atim.tv_sec
|
||||
#define st_atime_nsec st_atim.tv_nsec
|
||||
#define st_mtime st_mtim.tv_sec
|
||||
#define st_mtime_nsec st_mtim.tv_nsec
|
||||
#define st_ctime st_ctim.tv_sec
|
||||
#define st_ctime_nsec st_ctim.tv_nsec
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue