C/C++
ellis.lst
Associated article: Parallel Extensions to C
Tags: C/C++ Parallel Design
_PARALLEL EXTENSIONS TO C_ by Graham K. Ellis [LISTING ONE] /**** File: proto.h -- Contains the function protocols ****/ /* include mytypes.h first....I don't do any checking */ source(Process *, Channel *, UBYTE *); output(Process *, Channel *); pipe(Process *, Channel *, Channel *); /* end proto....


