mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
picoev, picohttparser: reimplement in V (#18506)
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn (t Time) local() Time {
|
||||
}
|
||||
|
||||
// in most systems, these are __quad_t, which is an i64
|
||||
struct C.timespec {
|
||||
pub struct C.timespec {
|
||||
mut:
|
||||
tv_sec i64
|
||||
tv_nsec i64
|
||||
|
||||
Reference in New Issue
Block a user