4
votes
How do I create a sparse file programmatically, in C, on Mac OS X?
As in other Unixes, it's a feature of the filesystem. Either the filesystem supports it for ALL files or it doesn't. Unlike Win32, you don't have to do anything special to make it happen. Also u …
