|
nrfxlib API 2.8.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
14#ifndef NRF_MODEM_TOOLCHAIN_H__
15#define NRF_MODEM_TOOLCHAIN_H__
22#define __nrf_modem_attr_packed __attribute__((__packed__))
23#define __nrf_modem_printf_like(f, a) __attribute__((format (__printf__, f, a)))
24#define __nrf_modem_scanf_like(f, a) __attribute__((format (__scanf__, f, a)))
26#define __nrf_modem_attr_packed
27#define __nrf_modem_printf_like(f, a)
28#define __nrf_modem_scanf_like(f, a)