mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 08:25:28 +00:00
4 lines
138 B
PHP
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
|