Add Header basics

This commit is contained in:
2022-09-21 21:52:21 +02:00
parent 355153176f
commit c82438d297
4 changed files with 100 additions and 55 deletions

View File

@@ -31,4 +31,5 @@ macro_rules! create_bit_functions {
};
}
create_bit_functions!(u16);
create_bit_functions!(u16);
create_bit_functions!(u32);