Rizin
unix-like reverse engineering framework and cli tools
test.c
Go to the documentation of this file.
1 #include <stdio.h>
2 
3 int main()
4 {
5  fprintf(stderr, "This is stderr\n");
6  printf("This is stdout\n");
7  return 0;
8 }
_Use_decl_annotations_ int __cdecl printf(const char *const _Format,...)
Definition: cs_driver.c:93
int main(int argc, char **argv)
Definition: test.c:34