HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/lib64/perl5/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_ */