1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00
cc65/asminc/stat.inc

4 lines
138 B
PHP

; File mode constants, must match the values in the C headers
S_IREAD = $0100 ; octal 0400
S_IWRITE = $0080 ; octal 0200