debug.c File Reference
Go to the source code of this file.
|
Functions |
| void gsm_debug_words | P4 ((name, from, to, ptr), char *name, int from, int to, word *ptr) |
| void gsm_debug_longwords | P4 ((name, from, to, ptr), char *name, int from, int to, longword *ptr) |
| void gsm_debug_longword | P2 ((name, value), char *name, longword value) |
| void gsm_debug_word | P2 ((name, value), char *name, word value) |
Function Documentation
| void gsm_debug_words P4 |
( |
(name, from, to, ptr) |
, |
|
|
char * |
name, |
|
|
int |
from, |
|
|
int |
to, |
|
|
word * |
ptr | |
|
) |
| | |
| void gsm_debug_longwords P4 |
( |
(name, from, to, ptr) |
, |
|
|
char * |
name, |
|
|
int |
from, |
|
|
int |
to, |
|
|
longword * |
ptr | |
|
) |
| | |
| void gsm_debug_longword P2 |
( |
(name, value) |
, |
|
|
char * |
name, |
|
|
longword |
value | |
|
) |
| | |
| void gsm_debug_word P2 |
( |
(name, value) |
, |
|
|
char * |
name, |
|
|
word |
value | |
|
) |
| | |