DEBSOURCES
Skip Quicknav
sources / meson-python / 0.19.0-1 / tests / packages / link-against-local-lib / lib / examplelib.c
123456789
// SPDX-FileCopyrightText: 2022 The meson-python developers // // SPDX-License-Identifier: MIT #include "examplelib.h" int sum(int a, int b) { return a + b; }