Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
12 bindgen
/
src
/
source.c
blob: d968ba4c23019f722f40743f884193168945be46 [
file
]
// SPDX-License-Identifier: Apache-2.0
// Copyright © 2021 Intel Corporation
#include
"header.h"
int32_t
add
(
const
int32_t
first
,
const
int32_t
second
)
{
return
first
+
second
;
}