Use `Control_Type' to handle different segment directions.
[ttfautohint.git] / lib / sds-wrapper.c
blobd33d0d290fa18f2b43f9a548392d82b342e1f6c1
1 /* sds-wrapper.c */
3 /*
4 * Copyright (C) 2014 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 */