MCPcopy Create free account
hub / github.com/boostorg/parser / print_structs

Function print_structs

misc/generate_case_fold_data.py:13–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11import itertools
12
13def print_structs():
14 print('''struct short_mapping_range {
15 char32_t cp_first_;
16 char32_t cp_last_;
17 uint16_t stride_;
18 uint16_t first_idx_;
19};''')
20
21f = open('CaseFolding.txt')
22

Callers 1

Calls 1

printFunction · 0.85

Tested by

no test coverage detected