v8 149.0.0

Rust bindings to V8
Documentation
header: sys/time.h
standards:
  - posix
macros:
  - macro_name: timeradd
    macro_header: sys-time-macros.h
types:
  - type_name: struct_timeval
  - type_name: struct_itimerval
enums: []
objects: []
functions:
  - name: utimes
    return_type: int
    arguments:
      - type: const char*
      - type: const struct timeval*

  - name: setitimer
    return_type: int
    arguments:
      - type: int
      - type: const struct itimerval *__restrict
      - type: struct itimerval *__restrict
  
  - name: getitimer
    return_type: int
    arguments:
      - type: int
      - type: struct itimerval *