fork download
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. int main(){
  5. printf("%s\n", strchr("Trolololololo", 'xyzl'));
  6. }
Success #stdin #stdout 0s 2852KB
stdin
Standard input is empty
stdout
lololololo