|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <stdio.h>
Classes | |
| struct | Akind |
Typedefs | |
| typedef struct Akind | Akind |
Functions | |
| static Akind * | Lcheck () |
| static Akind * | icheck () |
| static Akind * | ccheck () |
| static int | fzcheck () |
| int | main () |
| Function for application main entry. More... | |
Variables | |
| static int | dalign |
| static Akind | IEEE_8087 = {"IEEE_8087", 1} |
| static Akind | IEEE_MC68k = {"IEEE_MC68k", 2} |
| static Akind | IBM = {"IBM", 3} |
| static Akind | VAX = {"VAX", 4} |
| static Akind | CRAY = {"CRAY", 5} |
|
static |
|
static |
| int main | ( | void | ) |
|
static |
Referenced by icheck(), Lcheck(), main(), and test_align().
1.8.15