This is fun.h in view mode; [Download] [Up]
struct fun_st
{
int fun_id;
float max_x, max_y, min_x, min_y;
struct fun_st *fun_next, *fun_last;
float *x;
float *y;
};
typedef struct fun_st FUN;
extern FUN *rautoxfun();
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.