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