4 lines
38 B
Plaintext
4 lines
38 B
Plaintext
u8 add(u8 a, u8 b) {
|
|
return a + b;
|
|
}
|
u8 add(u8 a, u8 b) {
|
|
return a + b;
|
|
}
|