version 1.3, 2025/03/09 19:50:47
|
version 1.4, 2025/04/15 02:24:43
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.4 2025/04/15 02:24:43 snw |
|
* Improve FreeM logging capabilities |
|
* |
* Revision 1.3 2025/03/09 19:50:47 snw |
* Revision 1.3 2025/03/09 19:50:47 snw |
* Second phase of REUSE compliance and header reformat |
* Second phase of REUSE compliance and header reformat |
* |
* |
Line 36
|
Line 39
|
# define _LOG_H |
# define _LOG_H |
|
|
extern void m_log (int level, const char *msg); |
extern void m_log (int level, const char *msg); |
|
extern void logprintf(int level, char *fmt, ...); |
#endif |
#endif |