Sha256: 69803e5e0aedcf899e2e66169ff58c8dbca4320da418174411be75dd26017e36

Contents?: true

Size: 122 Bytes

Versions: 15

Compression:

Stored size: 122 Bytes

Contents

#include <stdio.h>

int main()
{
    fprintf(stderr, "This is stderr\n");
    printf("This is stdout\n");
    return 0;
}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/libuv/docs/code/proc-streams/test.c
mt-libuv-4.1.03 ext/libuv/docs/code/proc-streams/test.c
mt-libuv-4.1.02 ext/libuv/docs/code/proc-streams/test.c
libuv-4.0.9 ext/libuv/docs/code/proc-streams/test.c
libuv-4.0.2 ext/libuv/docs/code/proc-streams/test.c
libuv-4.0.1 ext/libuv/docs/code/proc-streams/test.c
libuv-4.0.0 ext/libuv/docs/code/proc-streams/test.c
libuv-3.3.0 ext/libuv/docs/code/proc-streams/test.c
libuv-3.2.4 ext/libuv/docs/code/proc-streams/test.c
libuv-3.2.3 ext/libuv/docs/code/proc-streams/test.c
libuv-3.2.2 ext/libuv/docs/code/proc-streams/test.c
libuv-3.2.1 ext/libuv/docs/code/proc-streams/test.c
libuv-3.2.0 ext/libuv/docs/code/proc-streams/test.c
libuv-3.1.9 ext/libuv/docs/code/proc-streams/test.c
libuv-3.1.8 ext/libuv/docs/code/proc-streams/test.c