1*49430Sbostic /*- 2*49430Sbostic * Copyright (c) 1984 The Regents of the University of California. 3*49430Sbostic * All rights reserved. 4*49430Sbostic * 5*49430Sbostic * %sccs.include.redist.c% 624036Ssam */ 724036Ssam 824036Ssam #ifndef lint 9*49430Sbostic static char sccsid[] = "@(#)libcpats.c 1.4 (Berkeley) 05/08/91"; 10*49430Sbostic #endif /* not lint */ 1124036Ssam 1224036Ssam #include "inline.h" 1324036Ssam 1424036Ssam /* 1524036Ssam * Pattern table for the C library. 1624036Ssam */ 1724036Ssam struct pats libc_ptab[] = { 1824036Ssam 1926405Ssam { 0, "", "" } 2024036Ssam }; 21