blob: 0a40d1c425a1b8bd65773ce9f634fc5d5c68cb68 [file] [log] [blame]
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main ()
{
char foo[10];
strcpy (foo, "123456789");
return 0;
}