Update `autotroll.m4' from upstream.
[ttfautohint.git] / lib / sds-wrapper.c
blobeeb89d4baa78229be844dbc92d3e4c3afd3cd76a
1 /* sds-wrapper.c */
3 /*
4 * Copyright (C) 2014-2019 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
16 /* Load `config.h' before library source code. */
17 #include "config.h"
19 /* for va_copy, via gnulib -- */
20 /* we don't enforce a fully C99-compliant compiler */
21 #include <stdarg.h>
23 #include "sds.c"
25 /* end of sds-wrapper.c */