Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > b8240933842cee58f4e7ce03017867c5 > files > 49

libsx-devel-2.05-18.fc12.i686.rpm

void bezier4(Point *control_pts, int num_steps);

/*
 * Gag, this is ugly.  Can't find a reliable way to pick up the
 * typedef for ushort, so we #define it instead.
 *
 * Will unix ever be clean?
 */
#ifndef ushort
#define ushort unsigned short
#endif