ftp.nice.ch/pub/next/tools/screen/backspace/Spiral.1.0.I.bs.tar.gz#/SpiralView.1.0/SpiralView.source/alphanum.h

This is alphanum.h in view mode; [Download] [Up]

//***** Alpha Numeric functions
//* itoa: convert num to characters in str
//**	from "The C Programming Language" -Kernighan & Ritchie p.64
void itoa(int num, char str[]);

//** reverse: reverse string str in place
//**	from "The C Programming Language" -Kernighan & Ritchie p.62
void reverse(char str[]);

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