Failed to fetch fork details. Try again later.
-
池雨泉 authored4e75758f
Forked from
内存切片师 / proj28-lwmalloc
Source project has a limited visibility.
// 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