void something( char *x ) { printf( "%s\n", *x ); } ... char *s; something( s );