Sign in
qemu
/
meson
/
9afe62232c64a7151d210900367674bb090cb3b3
/
.
/
test cases
/
rust
/
12 bindgen
/
src
/
header3.h
blob: 958a79fd0f4de5143ee8e7d7bffd324386616115 [
file
] [
log
] [
blame
]
// SPDX-license-identifer: Apache-2.0
// Copyright © 2023 Red Hat, Inc
#pragma
once
#include
"other.h"
int32_t
add
(
const
int32_t
,
const
int32_t
);
static
inline
int32_t
sub
(
const
int32_t
a
,
const
int32_t
b
)
{
return
a
-
b
;
}