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
}
printf
_Use_decl_annotations_ int __cdecl printf(const char *const _Format,...)
Definition:
cs_driver.c:93
main
int main(int argc, char **argv)
Definition:
test.c:34
subprojects
libuv-v1.40.0
docs
code
proc-streams
test.c
Generated by
1.9.1