blob: d1ca614e7845f61f7cd298124066d719ccc837a8 [file] [log] [blame]
Dan Pasanenc6e37862014-10-02 14:08:59 -05001/* colon.c, created from colon.def. */
2#line 22 "./colon.def"
3
4#line 34 "./colon.def"
5
6#line 43 "./colon.def"
7
8#line 52 "./colon.def"
9
10/* Return a successful result. */
11int
12colon_builtin (ignore)
13 char *ignore;
14{
15 return (0);
16}
17
18/* Return an unsuccessful result. */
19int
20false_builtin (ignore)
21 char *ignore;
22{
23 return (1);
24}