Subversion Repositories IRCServ

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 7
Line 1... Line 1...
1
/* $Id: is_log.h 5 2024-08-25 11:58:10Z nishi $ */
1
/* $Id: is_log.h 7 2024-08-25 20:49:55Z nishi $ */
2
 
2
 
3
#ifndef __IS_LOG_H__
3
#ifndef __IS_LOG_H__
4
#define __IS_LOG_H__
4
#define __IS_LOG_H__
5
 
5
 
-
 
6
#include <stdarg.h>
-
 
7
 
6
void is_log(const char* txt);
8
void is_log(const char* txt);
7
 
9
 
8
#endif
10
#endif