files
kolibrios-gitea/programs/develop/open watcom/clib/alias/_istricm.asm
Andrew c8cc441230 develop/open_watcom: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-24 13:38:52 +01:00

4 lines
57 B
NASM

include mdef.inc
alias_function _stricmp, stricmp
end