blob: 8b26895ebb87dd3a3cef3a2f7b19fa54dc0e16ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include "ttf.h"
#include "ttfutil.h"
/* $Id: disasm.c,v 1.1.1.1 1998/06/05 07:47:52 robert Exp $ */
void ttfPrintInstructions(FILE *fp, BYTE * ins)
{
/* not implemented yet */
}
/* Pushing data onto the interpreter stack */
|