This is ug.neg.c in view mode; [Download] [Up]
/* Negate unit generator */ #include "ug.head.h" #define IN 1 neg UGHEAD{ UGINIT; UGLOOP{ VAL(OUT)++ = -VAL(IN); UGEND(1) } }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.