forked from OSchip/llvm-project
1fc4025a9c
printf("%s\n", str) -> puts(str) printf("%c", c) -> putchar(c) Also fixed fprintf(file, "%c", c) -> fputc(c, file) llvm-svn: 28815 |
||
---|---|---|
llvm |