v8 149.0.0

Rust bindings to V8
Documentation
header: fcntl.h
standards:
  - posix
macros:
  - macro_name: AT_FDCWD
    macro_header: fcntl-macros.h
  - macro_name: AT_REMOVEDIR
    macro_header: fcntl-macros.h
  - macro_name: AT_SYMLINK_NOFOLLOW
    macro_header: fcntl-macros.h
  - macro_name: AT_EACCESS
    macro_header: fcntl-macros.h
types:
  - type_name: off_t
  - type_name: mode_t
enums: []
objects: []
functions:
  - name: creat
    standards:
      - POSIX
    return_type: int
    arguments:
      - type: const char *
      - type: mode_t
  - name: fcntl
    standards:
      - POSIX
    return_type: int
    arguments:
      - type: int
      - type: int
      - type: '...'
  - name: open
    standards:
      - POSIX
    return_type: int
    arguments:
      - type: const char *
      - type: int
      - type: '...'
  - name: openat
    standards:
      - POSIX
    return_type: int
    arguments:
      - type: int
      - type: const char *
      - type: int
      - type: '...'