DEBSOURCES
Skip Quicknav
sources / meson-python / 0.19.0-1 / tests / packages / sharedlib-in-package / mypkg / sub / examplelib2.h
1234567
// SPDX-FileCopyrightText: 2022 The meson-python developers // // SPDX-License-Identifier: MIT #include "mypkg_dll.h" MYPKG_DLL int prod(int a, int b);