strpbrk.S 81 B

123
  1. #define __strcspn __strpbrk
  2. #include "strcspn.S"
  3. strong_alias(__strpbrk,strpbrk)