File: tqsltrace.h

package info (click to toggle)
trustedqsl 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,116 kB
  • ctags: 3,577
  • sloc: cpp: 24,858; xml: 5,344; ansic: 626; sh: 88; python: 18; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/***************************************************************************
                          tqsltrace.h  -  description
                             -------------------
          copyright (C) 2013-2016 by ARRL and the TrustedQSL Developers
 ***************************************************************************/

#ifndef __tqslltrace_h
#define __tqslltrace_h

#ifdef HAVE_CONFIG_H
#include "sysconfig.h"
#endif
#include "tqsllib.h"

#define S(x) ((const char *) x.ToUTF8())

#endif	// __tqslltrace_h