HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/strawberry/perl/vendor/lib/Imager/include/stackmach.h
#ifndef _STACKMACH_H_
#define _STACKMACH_H_

#include <stdio.h>
#include <math.h>

enum ByteCodes {
  bcAdd,
  bcSubtract,
  bcMult,
  bcDiv,
  bcParm,
  bcSin,
  bcCos
};

double i_op_run(int codes[], size_t code_size, double parms[], size_t parm_size);

/* op_run(fx, sizeof(fx), parms, 2)) */





#endif /* _STACKMACH_H_ */