#include #include char name[30]; /* First name of someone */ main() { (void)strcpy(name, "Sam"); /* Initialize the name */ (void)printf("The name is %s\n", name); return (0); } git.distanz.ch/cgit.cgi/linux/net-next.git/atom/sound/oss/dmasound/dmasound_paula.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines