summaryrefslogtreecommitdiff
path: root/src/utils.h
blob: 8837255bf4726a3bd508ebcfa9981b5d20f3cb05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _TTF2F_UTILS_H_
#define _TTF2F_UTILS_H_

#ifndef UNUSED
#define UNUSED(x) ((x)=(x))
#endif

void ttf2f_poll(int active);
char *strndup(const char *s, size_t n);
long convert_units(long raw, long ppem);

#endif