#include "string.h"
#include "bzsbuf.h"
#include "bzsstream.h"
#include "sync.h"
#include "bzsdisk.h"
#include "file.h"
Defines | |
#define | __countof(_Array) sizeof(*__countof_helper(_Array)) |
Functions | |
template<typename _CountofType , size_t _SizeOfArray> | |
char(* | __countof_helper (UNALIGNED _CountofType(&_Array)[_SizeOfArray]))[_SizeOfArray] |
#define __countof | ( | _Array | ) | sizeof(*__countof_helper(_Array)) |
char(* __countof_helper | ( | UNALIGNED _CountofType(&) | _Array[_SizeOfArray] | ) | )[_SizeOfArray] [inline] |