|
|
1.1 ! root 1: ! 2: #include "DEFS.h" ! 3: ! 4: /* ! 5: * strlen.s ! 6: * ! 7: * Returns the number of ! 8: * non-NULL bytes in string argument. ! 9: * ! 10: */ ! 11: ! 12: ! 13: ENTRY(strlen) ! 14: ! 15: movl 4(fp),r0 ! 16: movl r0,r1 ! 17: cmps2 ! 18: subl2 4(fp),r0 ! 19: ret ! 20:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.