QS_str() adn QS_str_ROM() implementation. More...
#include "qs_pkg.h"Go to the source code of this file.
Functions | |
| void | QS_str (char const *s) |
| Output zero-terminated ASCII string element with format information. | |
| void | QS_str_ROM (char const Q_ROM *Q_ROM_VAR s) |
| Output zero-terminated ASCII string element allocated in ROM with format information. | |
QS_str() adn QS_str_ROM() implementation.
Definition in file qs_str.c.
| void QS_str | ( | char const * | s | ) |
Output zero-terminated ASCII string element with format information.
Definition at line 37 of file qs_str.c.
References QS_chksum_, QS_INSERT_BYTE, and QS_STR_T.
| void QS_str_ROM | ( | char const Q_ROM *Q_ROM_VAR | s | ) |
Output zero-terminated ASCII string element allocated in ROM with format information.
Definition at line 50 of file qs_str.c.
References Q_ROM_BYTE, QS_chksum_, QS_INSERT_BYTE, and QS_STR_T.
1.6.3