File: pch.h

package info (click to toggle)
kst 2.0.8-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,844 kB
  • sloc: cpp: 97,086; ansic: 13,364; python: 2,970; sh: 761; yacc: 184; lex: 143; makefile: 141; javascript: 122; xml: 30; perl: 30
file content (13 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13


#include <stdlib.h>
#include <math.h>
#include <assert.h>


#if defined __cplusplus
#include <QtCore>
#include <QtGui>
#include <QtXml>
#endif