GitBucket
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
kei-n
/
project
Transfer to URL with SHA
Find file
Newer
Older
tree:
4fd6fad550
Switch branches
×
master
project
/
modules
/
libcalc
/
include
/ calc.h
Nomura Kei
on 27 Aug 2022
64 bytes
UPDATE
Raw
Blame
History
#ifndef CALC_H #define CALC_H int add(int a, int b); #endif