blob: 3b5276ff2096327eb7a87bf74b11e4bcfae3e485 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* fixed.c -- dealing with fixed point arithmetic
* Copyright (C) 1996 Li-Da Lho, All right reserved.
*/
#include "config.h"
#include "ttf.h"
#include "ttfutil.h"
#ifdef MEMCHECK
#include <dmalloc.h>
#endif
/* $Id: fixed.c,v 1.1.1.1 1998/06/05 07:47:52 robert Exp $ */
#ifndef lint
static char vcid[] = "$Id: fixed.c,v 1.1.1.1 1998/06/05 07:47:52 robert Exp $";
#endif /* lint */
|