#ifndef QLOG_H
#define QLOG_H

#include "uint16.h"

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

#endif
