Skip to content
Snippets Groups Projects
Commit a57b0a37 authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Introduce PRIappid printf specifier for mstro_app_id

parent ef84d022
No related branches found
No related tags found
2 merge requests!3Jsc ci update,!2update JSC-CI branch to devel
......@@ -43,6 +43,7 @@ extern "C" {
#include "maestro/config.h"
#include "maestro/status.h"
#include <stdint.h>
#include <inttypes.h>
/**@defgroup MSTRO_Core Maestro Core API
**@{
......@@ -97,6 +98,11 @@ extern "C" {
**/
typedef uint64_t mstro_app_id;
/**
** A printf format specifie suitable to print an @ref mstro_app_id value
**/
#define PRIappid PRIu64
/**@} (end of group MSTRO_Core) */
/* include the remaining public API */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment