Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 461 Bytes

ascii.md

File metadata and controls

13 lines (10 loc) · 461 Bytes

ascii

Up to Documentation.

Purpose File
Include ascii.h
Interface ascii.h
Tests / Examples n/a

Simple predicates to check ASCII code category. The advantage of these predicates over the std ones is that they are explicitly defined as opposed to delegated to the "C" locale. That makes them suitable for implementing protocols like HTTP.