Ada 2.9.2
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
character_sets.h
Go to the documentation of this file.
1
7#ifndef ADA_CHARACTER_SETS_H
8#define ADA_CHARACTER_SETS_H
9
10#include "ada/common_defs.h"
11#include <cstdint>
12
20namespace ada::character_sets {
21ada_really_inline constexpr bool bit_at(const uint8_t a[], uint8_t i);
22} // namespace ada::character_sets
23
24#endif // ADA_CHARACTER_SETS_H
Common definitions for cross-platform compiler support.
#define ada_really_inline
Definition common_defs.h:84
Includes the definitions for unicode character sets.
ada_really_inline constexpr bool bit_at(const uint8_t a[], const uint8_t i)