Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 183 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 183 Bytes

static-log10-header

A header for computing the integer log10 with the C preprocessor

Usage

#define X 123
#include "static_log10.h"
_Static_assert(LOG == 2, "")
#undef X