/*- * Copyright (c) 1984 The Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint static char sccsid[] = "@(#)libcpats.c 1.4 (Berkeley) 05/08/91"; #endif /* not lint */ #include "inline.h" /* * Pattern table for the C library. */ struct pats libc_ptab[] = { { 0, "", "" } };