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 *_Format,...)
Definition: cs_driver.c:91
python_utils.port_server.stderr
stderr
Definition: port_server.py:51
main
int main()
Definition: test.c:3


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:31