aboutsummaryrefslogtreecommitdiff
path: root/qlog.h
blob: a1eb206dcf92a65839dc5056cd8954de0c268c4d (plain)
1
2
3
4
5
6
7
8
#ifndef QLOG_H
#define QLOG_H

#include "uint16.h"

extern void qlog(const char *,uint16,const char *,const char *,const char *,const char *);

#endif