?pathlinks? – Rev 1126
Blame |
Last modification |
View Log
| Download
| RSS feed
| ?url?
#ifndef _CONSOLE_H
#define _CONSOLE_H
/* console.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS Port */
/* */
/* Console Output Handling */
/* */
/*****************************************************************************/
#include "datatypes.h"
extern void WrConsoleLine(const char *pLine, Boolean NewLine);
#endif /* _CONSOLE_H */