xref: /original-bsd/old/sh/builtin.c (revision 0999a820)
1 #ifndef lint
2 static char sccsid[] = "@(#)builtin.c	4.2 08/11/83";
3 #endif
4 
5 builtin()
6 {return(0);}
7