FreeCalypso > hg > freecalypso-sw
view target-utils/c139-lldbg/main.c @ 1030:194967e11b2b
fc-shell: tch record and tch play reworked for libgsm-compatible file format
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 31 May 2016 18:39:06 +0000 |
parents | 63ea60e7fbbc |
children |
line wrap: on
line source
main() { printf("\2\2\2*Standalone Low Level Debugger entered\2"); for (;;) { putchar('>'); if (command_entry()) command_dispatch(); } }