Name: Anonymous 2010-06-03 14:49
#include <limits.h>
#include <stdio.h>
int
main()
{
int c;
char buf[SHRT_MAX];
printf("enter your exploit:\n");
for (short int i = 0;;i++)
{
c = getchar();
buf[i] = c;
}
}
#include <limits.h>
#include <stdio.h>
int
main()
{
int c;
char buf[SHRT_MAX];
printf("enter your exploit:\n");
for (short int i = 0;;i++)
{
c = getchar();
buf[i] = c;
}
}