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.