summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/libttf/disasm.c
blob: e716ea72a040ff93668d7e502bbf416b09f010b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>
#include <stdlib.h>
#include "config.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 */