This website requires JavaScript.
Explore
Help
Sign In
bumbread
/
ciabatta
mirror of
https://github.com/flysand7/ciabatta.git
Watch
1
Fork
You've already forked ciabatta
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bbdcbb3e7c
ciabatta
/
include
/
time.h
7 lines
74 B
C
Raw
Blame
History
#
pragma once
struct
timespec
{
time_t
tv_sec
;
long
tv_nsec
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink