testpubpackage
testpubpackage
sub function
sub
testpubpackage
testpubpackage
sub function
testpubpackage library
Functions
add
div
mul
sub
sub
function
int
sub
(
int
a
,
int
b
)
subtract
a
and
b
Implementation
int sub(int a, int b) { return a - b; }