Sign in
pigweed
/
third_party
/
github
/
TendTo
/
rules_doxygen
/
HEAD
/
.
/
examples
/
custom
/
lib.cpp
blob: c8eb2f1f4c91a77b53504341ccf57159a79a0a8d [
file
] [
log
] [
blame
]
/**
* @file lib.cpp
* @author Ernesto Casablanca (casablancaernesto@gmail.com)
* @copyright 2024
* @licence Apache-2.0 license
*/
#include
"lib.h"
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}