Search
You can find the results of your search below.
Fulltext results:
- cmu-cam
- =========================== 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) __________________________________________