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