This is tmap.c in view mode; [Download] [Up]
#include <stdio.h> foreign_call(i,j,node) int *i, *j, *node; { printf("Got foreign call %d %d %d\n", *i, *j, *node); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.