Search

You can find the results of your search below.

cmu-cam
3 Hits, Last modified:
=========================== TESTER example: int process(int x, int y) { printf("The stuff of %d and %d... stdout); return x*y; } (ff:def-foreign-call process ((x :int) (y :int)) :returning :int) (process 3 4) __________________________________________