Updated: October 28, 2024 |
Preprocessor macro definitions for the qh.h header file in the qh library
#include <qh/qh.h>
#define QH_FILENAME __FILE__
Specifies a QNX helpers filename.
If you are using a GNU compiler, QH_FILENAME is __FILE__ with the path removed.
#define QH_FILENAME_HAS_FULLPATH
Specifies whether the filename that QH_FILENAME specifies contains the full path (contains true) or just the name of the file (contains false).
If it contains false, QH_SHORT_FILENAME_DEFINED is defined.