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