Documentation

VecSwapItems

VecSwapItems Description Swap items at given indices.

Read More

VecTryReduceSpace

VecTryReduceSpace Description Try reducing memory footprint of vector. This is to be used when we know actual allocated memory for vec is large, and we won’t need it in future, so we can reduce it to whatever’s required at the moment.

Read More

void

void Description Type-specific write callback signature

Read More

WriteFmt

WriteFmt Description Write formatted output to the standard output stream (stdout). This is a convenience macro calling FWriteFmt with stdout.

Read More

WriteFmtLn

WriteFmtLn Description Write formatted output to the standard output stream (stdout) followed by a newline. This is a convenience macro calling FWriteFmtLn with stdout.

Read More

ZstrCompare

ZstrCompare Description Compare two strings lexicographically.

Read More

ZstrCompareN

ZstrCompareN Description Compare two strings lexicographically up to n characters.

Read More

ZstrLen

ZstrLen Description Get length of a null-terminated string.

Read More