Add an integer to the current object or array
#include <pps.h>
pps_encoder_error_t pps_encoder_add_int(
pps_encoder_t *encoder,
const char *name,
int value);
libpps
The function pps_encoder_add_int() adds an integer value to the current object or array.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |