iverilog/libveriuser
Cary R 1993bf6f69 Remove malloc.h support and for C++ files use <c...> include files.
The functions (malloc, free, etc.) that used to be provided in
malloc.h are now provided in cstdlib for C++ files and stdlib.h for
C files. Since we require a C99 compliant compiler it makes sense
that malloc.h is no longer needed.

This patch also modifies all the C++ files to use the <c...>
version of the standard C header files (e.g. <cstdlib> vs
<stdlib.h>). Some of the files used the C++ version and others did
not. There are still a few other header changes that could be done,
but this takes care of much of it.
2010-06-01 08:56:30 -07:00
..
Makefile.in
a_close.c
a_compare_handles.c
a_configure.c
a_fetch_argc.c
a_fetch_argv.c
a_fetch_dir.c
a_fetch_fullname.c
a_fetch_location.c
a_fetch_param.c
a_fetch_range.c
a_fetch_tfarg.c
a_fetch_time.c
a_fetch_type.c
a_fetch_type_str.c
a_fetch_value.c
a_handle_by_name.c
a_handle_hiconn.c
a_handle_object.c
a_handle_parent.c
a_handle_simulated_net.c
a_handle_tfarg.c
a_initialize.c
a_next.c
a_next_bit.c
a_next_port.c
a_next_topmod.c
a_object_of_type.c
a_product_version.c
a_set_value.c
a_vcl.c
a_version.c
asynch.c
config.h.in
delay.c
exprinfo.c
finish.c
getcstringp.c
getinstance.c
getlongp.c
getp.c
getsimtime.c
io_print.c
math.c
mc_scan_plusargs.c
nodeinfo.c
nump.c
priv.c
priv.h
putlongp.c
putp.c
spname.c
typep.c
veriusertfs.c
workarea.c