24 lines
335 B
C
24 lines
335 B
C
/* colon.c, created from colon.def. */
|
|
#line 22 "./colon.def"
|
|
|
|
#line 34 "./colon.def"
|
|
|
|
#line 43 "./colon.def"
|
|
|
|
#line 52 "./colon.def"
|
|
|
|
/* Return a successful result. */
|
|
int
|
|
colon_builtin (ignore)
|
|
char *ignore;
|
|
{
|
|
return (0);
|
|
}
|
|
|
|
/* Return an unsuccessful result. */
|
|
int
|
|
false_builtin (ignore)
|
|
char *ignore;
|
|
{
|
|
return (1);
|
|
}
|