Packages

`forkpty(3)` bindings for elixir

Current section

Files

Jump to
expty 3rd_party libuv-1.44.2 docs code proc-streams test.c
Raw

3rd_party/libuv-1.44.2/docs/code/proc-streams/test.c

#include <stdio.h>
int main()
{
fprintf(stderr, "This is stderr\n");
printf("This is stdout\n");
return 0;
}