fork(1) download
  1. #include <stdio.h>
  2. #include <ctype.h>
  3.  
  4. int main() {
  5. printf("%d", isupper('A'));
  6. }
Success #stdin #stdout 0s 3460KB
stdin
Standard input is empty
stdout
256