This website works better with JavaScript.
Home
Explore
Help
Sign In
liuchunshan
/
liu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
4
Branches
32 KiB
C++
53.4%
Text
33.1%
C
13.5%
Tree:
3cfb633caa
develop
master
test
test2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3cfb633caa'
${ noResults }
liu
/
jia
/
jia.h
6 lines
92 B
Raw
Blame
History
#ifndef ADD_H
#define ADD_H
bool Add(int a, int b, int *c);
int add(int a, int b);
#endif