Rizin
unix-like reverse engineering framework and cli tools
test.c File Reference
#include <stdio.h>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 3 of file test.c.

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

References printf().