11 #ifndef FW_TYPES_SCAN_HPP_ 12 #define FW_TYPES_SCAN_HPP_ 67 const char* formatString,
70 #endif // FW_TYPES_SCAN_HPP_ An error was returned from an underlying call.
PlatformSizeType FwSizeType
FwSizeType overflowed the range of size_t.
ScanStatus stringScan(FwSizeType &count, const char *source, FwSizeType maximumSize, const char *formatString,...)
scan a c-string
ScanStatus
status of string scan calls
Format provided invalid format string.
The source string was not null-terminated within the maximum size.
Implementation of malloc based allocator.