ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/tests/VT/tests/tmap.c

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.