xref: /original-bsd/sys/tahoe/inline/libcpats.c (revision 0a83ae40)
1 /*
2  * Copyright (c) 1984 Regents of the University of California.
3  * All rights reserved.  The Berkeley software License Agreement
4  * specifies the terms and conditions for redistribution.
5  */
6 
7 #ifndef lint
8 static char sccsid[] = "@(#)libcpats.c	1.3 (Berkeley) 02/24/86";
9 #endif
10 
11 #include "inline.h"
12 
13 /*
14  * Pattern table for the C library.
15  */
16 struct pats libc_ptab[] = {
17 
18 	{ 0, "", "" }
19 };
20