This is miscutil.h in view mode; [Download] [Up]
#include <stdio.h> #include <string.h> extern char *strdup(const char *string); extern char *strcatdup(const char *string1, const char *string2); extern unsigned char floattobyte(float f); extern float bytetofloat(unsigned char c);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.