int main(int argc, char **argv) { const char *glaconst; char *another; strncpy(another,"litconst",255+1); strncpy(another,glaconst,255+1); return(0); }