#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include "mstack.h"
Go to the source code of this file.
Functions | |
| static int | getsp (int a) |
| static int | fra (int a) |
| static char * | savestr (char *str) |
| static struct frec * | search_in_ftab (int adr) |
| trace_stack (int a, int b) | |
Variables | |
| char ** | __Argv |
| static int fra | ( | int | a | ) | [static] |
| static int getsp | ( | int | a | ) | [static] |
| static char* savestr | ( | char * | str | ) | [static] |
| static struct frec* search_in_ftab | ( | int | adr | ) | [static, read] |
1.7.1