/*
 * Copyright (c) 2024 SAULX
 * SPDX-License-Identifier: MIT
 */
#pragma once

#define SELVA_EXPORT __attribute__((__visibility__("default")))
