(New page: == Updated C-Code == The following changes have been made to the starting C-code: * typeutil.h has been added to support 64-bit architectures. * C files now include only their header f...) |
|||
Line 8: | Line 8: | ||
* The memory leak in the example program is now fixed. | * The memory leak in the example program is now fixed. | ||
− | Download the updated version | + | Download the updated version [[Media:C-Code.zip]]. |
Revision as of 10:44, 24 January 2009
Updated C-Code
The following changes have been made to the starting C-code:
- typeutil.h has been added to support 64-bit architectures.
- C files now include only their header file. Header files include all dependancies.
- The memory leak in the example program is now fixed.
Download the updated version Media:C-Code.zip.