4 lines
30 B
Plaintext
4 lines
30 B
Plaintext
u8 b() {
|
|
return a() + 1u8;
|
|
}
|
u8 b() {
|
|
return a() + 1u8;
|
|
}
|