add IDs in the object
This commit is contained in:
parent
a98e831e03
commit
76914ab972
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hsearchtest.c,v 1.1 2001/02/14 05:20:11 cgd Exp $ */
|
||||
/* $NetBSD: hsearchtest.c,v 1.2 2001/02/14 05:32:19 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Christopher G. Demetriou
|
||||
@ -38,6 +38,13 @@
|
||||
* Test program for hsearch() et al.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if !defined(lint)
|
||||
__RCSID("$NetBSD: hsearchtest.c,v 1.2 2001/02/14 05:32:19 cgd Exp $");
|
||||
__COPYRIGHT(
|
||||
"@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <search.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user