Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
12 bindgen
/
src
/
header3.h
blob: ec2949b856bb48b1e421e6f9012716a7c5984975 [
file
]
// SPDX-License-Identifier: 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
;
}