MLIB
Loading...
Searching...
No Matches
dprintf.h
Go to the documentation of this file.
1/*
2 Copyright (c) Mircea Neacsu (2014-2025) Licensed under MIT License.
3 This is part of MLIB project. See LICENSE file for full license terms.
4*/
5
7#pragma once
8
9#define MAX_DPRINTF_CHARS 1024
10
11namespace mlib {
12
14bool dprintf (const char* fmt, ...);
15
16} //namespace mlib