|
QP/C
|
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_t const *s) |
| Output zero-terminated ASCII string element with format information. | |
| void | QS_str_ROM (char_t 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.
Output zero-terminated ASCII string element with format information.
Definition at line 37 of file qs_str.c.
References QS_chksum_, QS_INSERT_BYTE, QS_PTR_INC_, and QS_STR_T.
| void QS_str_ROM | ( | char_t const Q_ROM *Q_ROM_VAR | s | ) |
Output zero-terminated ASCII string element allocated in ROM with format information.
Definition at line 49 of file qs_str.c.
References QS_chksum_, QS_INSERT_BYTE, QS_PTR_INC_, and QS_STR_T.
1.7.6.1