Searched defs:ASCII2OEM (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzpriv.h2374 # define ASCII2OEM(c) (c) macro
2377 # define ASCII2OEM(c) (((c) & 0x80) ? iso2oem[(c) & 0x7f] : (c)) macro

Completed in 44 milliseconds