1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-02-04 19:04:32 +08:00
Files
archbase/materials/chapter4/simple.c
2021-10-27 19:14:51 +08:00

4 lines
105 B
C

int simple(int a, int b) {
return ((a&0xff)+b);
}