/*
 * Copyright (c) 1984 Regents of the University of California.
 * All rights reserved.  The Berkeley software License Agreement
 * specifies the terms and conditions for redistribution.
 */

#ifndef lint
static char sccsid[] = "@(#)libcpats.c	1.3 (Berkeley) 2/24/86";
#endif

#include "inline.h"

/*
 * Pattern table for the C library.
 */
struct pats libc_ptab[] = {

	{ 0, "", "" }
};
