#include <stdio.h>
void
fun(
char
*a,
*b) {
while
(*a ==
'*'
)
a++;
(*b = *a) {
b++;
}
main() {
*s =
"*****a*b****"
, t[80];
fun(s, t);
puts
(t);