mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
6 lines
134 B
C
6 lines
134 B
C
#ifndef UBF1DEFS_H
|
|
#define UBF1DEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR N_OP_ubfloat1(LispPTR arg, int alpha);
|
|
#endif
|