circuitpython/shared-module/warnings/__init__.h
2024-05-17 14:56:28 -04:00

9 lines
301 B
C

// This file is part of the CircuitPython project: https://circuitpython.org
//
// SPDX-FileCopyrightText: Copyright (c) 2022 Scott Shawcroft for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#pragma once
void warnings_warn(const mp_obj_type_t *category, mp_rom_error_text_t message, ...);