1
0
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:
Casper Kuethe
2023-07-12 08:40:16 +02:00
committed by GitHub
parent 045adb6600
commit a43064af07
16 changed files with 1654 additions and 261 deletions

View File

@@ -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