This is lang.h in view mode; [Download] [Up]
#ifndef _LANG_H_ #define _LANG_H_ #include "lisp.h" void ShowHeadAt(Point3 *p, Point3 *prev); void ShowTailAt(Point3 *p); void EraseHeadAndTail(); void DeleteHeadAndTail(); void StartNewVector(); void LangInit(FILE *fp); void Input(); #endif /* ! _LANG_H_ */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.