- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
@ -8,8 +8,8 @@
|
||||
/_|__| A.Reitsma, Delft, Nederland.
|
||||
/ | \ --------------------------------------------------------------- */
|
||||
|
||||
#include <stdlib.h> /* for malloc() prototype */
|
||||
#include <string.h> /* for memcpy() prototype */
|
||||
#include <stdlib.h> /* for malloc() prototype */
|
||||
#include <string.h> /* for memcpy() prototype */
|
||||
#include "fortify.h"
|
||||
|
||||
#define MALLOC(size,type) (type *) malloc( (size) * sizeof( type ))
|
||||
|
Reference in New Issue
Block a user