Add Header basics

This commit is contained in:
Jaby
2022-09-21 21:52:21 +02:00
parent 82000fe4e9
commit 1a1749531c
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);