Photon 1.0.0
Loading...
Searching...
No Matches
os_types.h File Reference

Go to the source code of this file.

Macros

#define t_itoa(value, buffer, size, radix)   snprintf(buffer, size, "%d", value)
 
#define t_snprintf(s, n, format, ...)   snprintf(s, n, format, __VA_ARGS__)
 

Macro Definition Documentation

◆ t_itoa

#define t_itoa (   value,
  buffer,
  size,
  radix 
)    snprintf(buffer, size, "%d", value)

◆ t_snprintf

#define t_snprintf (   s,
  n,
  format,
  ... 
)    snprintf(s, n, format, __VA_ARGS__)