/*ident "@(#)Path:libx/t.c 3.1" */ #include main() { printf ("%d\n", strmatch("abc", "a*")); }