Forked from 内存切片师 / proj28-lwmalloc
Source project has a limited visibility.
_io.h 822 bytes
// Copyright (C) 2024-2025 Sun Yat-sen University. All rights reserved.
// Licensed under the MIT license.
// See LICENSE file in the project root for details. 
// Mini I/O module. Used for debugging.
// *****************************************************************************
#ifdef LWMALLOC_H_TYPES
#endif // LWMALLOC_H_TYPES
// *****************************************************************************
#ifdef LWMALLOC_H_STRUCTS
#endif // LWMALLOC_H_STRUCTS
// *****************************************************************************
#ifdef LWMALLOC_H_EXTERNS
void io_printf(const char *fmt, ...);
#endif // LWMALLOC_H_EXTERNS
// *****************************************************************************
#ifdef LWMALLOC_H_INLINES
#endif // LWMALLOC_H_INLINES