ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/src/cmusic/ug.integer.c

This is ug.integer.c in view mode; [Download] [Up]

/* Integer part unit generator */

#include "ug.head.h"
#include <math.h>

#define IN 1

integer

UGHEAD{
    UGINIT;
    UGLOOP{
	VAL(OUT)++ = (int) VAL(IN) ;
    UGEND(1)
    }
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.