HOPS
HOPS class reference
Macros | Functions
display_221.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
#include "mk4_data.h"
#include "mk4_dfio.h"
#include "mk4_util.h"

Macros

#define FALSE   0
 
#define GS_COPYPAGE_OK   1
 
#define GS_EXEC   "/usr/bin/gs"
 
#define GS_VERSION   0
 
#define psleft(xcoord, ycoord, ps_string)
 
#define TRUE   1
 

Functions

char display_221 (struct type_221 *t221, int mode)
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ GS_COPYPAGE_OK

#define GS_COPYPAGE_OK   1

◆ GS_EXEC

#define GS_EXEC   "/usr/bin/gs"

◆ GS_VERSION

#define GS_VERSION   0

◆ psleft

#define psleft (   xcoord,
  ycoord,
  ps_string 
)
Value:
{xval = xcoord * 7800; yval = ycoord * 10500;\
sprintf (psbuf, "%d %d M (%s) SL\n", xval, yval, ps_string);}

◆ TRUE

#define TRUE   1

Function Documentation

◆ display_221()

char display_221 ( struct type_221 t221,
int  mode 
)