Address arithmetic
Added example for address arithmetic demo using alloc
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
#define ALLOCSIZE 9500
|
||||
|
||||
static char allocbuf[ALLOCSIZE];
|
||||
static char *allocp = allocbuf;
|
||||
|
||||
|
||||
char *alloc(int n);
|
||||
|
||||
void afree(char *p);
|
||||
Reference in New Issue
Block a user