Addresses/memory.c File Reference

Stand-alone program to show examples of addresses Provide a small example to show how memory is allocated on the Stack and on the Heap. More...

#include <stdlib.h>
#include <string.h>

Functions

void f (char *inner)
 Function accesses the memory and creates its own internal storage.
int main (int argc, char **argv)
 Launch program to showcase addresses.


Detailed Description

Stand-alone program to show examples of addresses Provide a small example to show how memory is allocated on the Stack and on the Heap.

Author:
George Heineman
Date:
6/15/08

Function Documentation

void f ( char *  inner  ) 

Function accesses the memory and creates its own internal storage.

int main ( int  argc,
char **  argv 
)

Launch program to showcase addresses.

Algorithm Development Kit 1.0