mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
aba320eade
Implements this suggestion: https://github.com/cc65/cc65/pull/719#issuecomment-413809096
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
|