index
:
cetris
master
Tetris Logic in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontends
/
calculator
/
CEdev
/
lib
/
shared
/
strchr.src
blob: 109a37c2296eb2b1e6fe1467961d12e4ca317bc3 (
plain
)
1
2
3
4
5
6
.def _strchr .assume adl=1 ; char *strchr(char *s, int c); _strchr equ 0000C4h