Parallel
macosx64.txt
Associated article: Mac OS X Tiger & 64 Bits
Tags: Open Source Parallel
Published source code accompanying the article by Rodney Mach in which he address issues involved in porting 32-bit Macintosh applications to 64-bits. Also see MACOSX64.ZIP.
Mac OS X Tiger & 64-Bits by Rodney Mach Listing One #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/...