v/vlib/os/os_darwin.c.v
2024-01-01 23:29:54 +02:00

13 lines
363 B
V

// Copyright (c) 2019-2024 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
module os
pub const sys_write = 4
pub const sys_open = 5
pub const sys_close = 6
pub const sys_mkdir = 136
pub const sys_creat = 8
pub const sys_open_nocancel = 398
pub const sys_stat64 = 338