Rev 5 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: is_log.h 7 2024-08-25 20:49:55Z nishi $ */
#ifndef __IS_LOG_H__
#define __IS_LOG_H__
#include <stdarg.h>
void is_log(const char* txt);
#endif