aboutsummaryrefslogtreecommitdiff
path: root/tmp/add.h
blob: 54c0712bd2c14a6d9ac02c9ee42adb423ea963a8 (about) (plain) (blame)
1
2
3
int add(int a, int b);
void persistInt(int n);
int retrieveInt();