Rudiments
charstringincludes.h
1 // Copyright (c) 2003 David Muse
2 // See the COPYING file for more information.
3 
4 #include <rudiments/private/dll.h>
5 #include <rudiments/private/inttypes.h>
6 #include <rudiments/private/rudimentsinlines.h>
7 
8 #include <rudiments/regularexpression.h>
9 
10 #include <sys/types.h>
11 
12 #ifdef RUDIMENTS_HAVE_STDARG_H
13  #include <stdarg.h>
14 #endif
15 
16 #ifndef RUDIMENTS_HAVE_VA_COPY
17  #define va_copy(a,b) ((a)=(b))
18 #endif