]> git.sur5r.net Git - cc65/blob - asminc/stat.inc
sim65: Use mode_t for OMode.
[cc65] / asminc / stat.inc
1 ; File mode constants, must match the values in the C headers
2 S_IREAD         = $0100  ; octal 0400
3 S_IWRITE        = $0080  ; octal 0200