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