mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-23 18:10:34 +08:00
initial import to public repository
This commit is contained in:
3
materials/chapter4/simple.c
Normal file
3
materials/chapter4/simple.c
Normal file
@@ -0,0 +1,3 @@
|
||||
int simple(int a, int b) {
|
||||
return ((a&0xff)+b);
|
||||
}
|
||||
Reference in New Issue
Block a user