Clean up warnings for round() function declaration.
[iverilog.git] / libveriuser / a_close.c
blob75ca20ca18b9e6134a76419c2fb25369d1c4c4ca
1 /*
2 * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com)
4 * This source code is free software; you can redistribute it
5 * and/or modify it in source code form under the terms of the GNU
6 * General Public License as published by the Free Software
7 * Foundation; either version 2 of the License, or (at your option)
8 * any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19 #ifdef HAVE_CVS_IDENT
20 #ident "$Id: a_close.c,v 1.4 2003/06/17 16:55:07 steve Exp $"
21 #endif
23 # include <acc_user.h>
24 # include "priv.h"
26 void acc_close(void)
28 if (pli_trace) {
29 fprintf(pli_trace, "acc_close()\n");
34 * $Log: a_close.c,v $
35 * Revision 1.4 2003/06/17 16:55:07 steve
36 * 1) setlinebuf() for vpi_trace
37 * 2) Addes error checks for trace file opens
38 * 3) removes now extraneous flushes
39 * 4) fixes acc_next() bug
41 * Revision 1.3 2003/05/18 00:16:35 steve
42 * Add PLI_TRACE tracing of PLI1 modules.
44 * Add tf_isetdelay and friends, and add
45 * callback return values for acc_vcl support.
47 * Revision 1.2 2002/08/12 01:35:02 steve
48 * conditional ident string using autoconfig.
50 * Revision 1.1 2002/05/23 03:46:42 steve
51 * Add the acc_user.h header file.