Components/IFS/src/include/IFS/Types.h File Reference
#include <assert.h>
#include <time.h>
#include <debug_progmem.h>
#include <BitManipulations.h>
#include <stringutil.h>
#include <sming_attr.h>
#include <WString.h>
#include <Data/BitSet.h>
#include <Storage/Types.h>
Include dependency graph for Components/IFS/src/include/IFS/Types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define snprintf(_buf, _length, _fmt, ...)   m_snprintf(_buf, _length, _fmt, ##__VA_ARGS__)
 

Typedefs

using volume_size_t = storage_size_t
 
using file_size_t = uint32_t
 
using file_offset_t = int32_t
 

Macro Definition Documentation

◆ snprintf

#define snprintf (   _buf,
  _length,
  _fmt,
  ... 
)    m_snprintf(_buf, _length, _fmt, ##__VA_ARGS__)

Typedef Documentation

◆ file_offset_t

using file_offset_t = int32_t

◆ file_size_t

using file_size_t = uint32_t

◆ volume_size_t