Changeset 122 for cpp/common/framsg.cpp
- Timestamp:
- 02/10/14 17:07:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/framsg.cpp
r109 r122 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include "framsg.h" 2 6 #include <common/nonstd_stdio.h> 3 7 #include "Convert.h" 4 8 5 c har* MSG_LEVEL[]={"DEBUG","INFO","WARN","ERROR","CRITICAL"};9 const char* MSG_LEVEL[]={"DEBUG","INFO","WARN","ERROR","CRITICAL"}; 6 10 7 11 void FMprintf_va(const char *o,const char *m,int w,const char *bl,va_list va)
Note: See TracChangeset
for help on using the changeset viewer.