P99

◆ strtok_s

#define strtok_s (   S1,
  S1MAX,
  S2,
  PTR 
)
Value:
p00_strtok_s(P99_STRINGIFY(__LINE__), __func__, \
S1MAX, (uint8_t*restrict)(S1), \
P00_STRSIZE(S2), (uint8_t const*restrict)(S2), \
(uint8_t**)PTR)
P99_STRINGIFY
#define P99_STRINGIFY(...)
Transform the argument list into one string.
Definition: p99_compiler.h:109