mirror of
https://git.wuffs.org/MWCC
synced 2025-12-16 00:17:09 +00:00
finish CLMain.c
This commit is contained in:
@@ -149,15 +149,15 @@ void CLPrintType(SInt16 msgtype, ...) {
|
||||
|
||||
}
|
||||
|
||||
void CLPrint(SInt16 msgtype, ...) {
|
||||
void CLPrint(const char *format, ...) {
|
||||
|
||||
}
|
||||
|
||||
void CLPrintWarning(SInt16 msgtype, ...) {
|
||||
void CLPrintWarning(const char *format, ...) {
|
||||
|
||||
}
|
||||
|
||||
void CLPrintErr(SInt16 msgtype, ...) {
|
||||
void CLPrintErr(const char *format, ...) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user