index
:
euandre.org
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
();