QP/C
Functions
qs_str.c File Reference

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.

Detailed Description

QS_str() adn QS_str_ROM() implementation.

Definition in file qs_str.c.


Function Documentation

void QS_str ( char_t const *  s)

Output zero-terminated ASCII string element with format information.

Note:
This function is only to be used through macros, never in the client code directly.

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.

Note:
This function is only to be used through macros, never in the client code directly.

Definition at line 49 of file qs_str.c.

References QS_chksum_, QS_INSERT_BYTE, QS_PTR_INC_, and QS_STR_T.