%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /glibc-2.29/stdio-common/
Upload File :
Create Path :
Current File : //glibc-2.29/stdio-common/tst-setvbuf1.c

#include <stdio.h>

static int
do_test (void)
{
  if (setvbuf (stderr, NULL, _IOFBF, BUFSIZ) != 0)
    {
      puts ("Set full buffer error.");
      return 1;
    }

  fprintf (stderr, "Output #1 <stderr>.\n");
  printf ("Output #2 <stdout>.\n");

  return 0;
}

#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"

Zerion Mini Shell 1.0