#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. |
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