File: common.h

package info (click to toggle)
passage 4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,692 kB
  • ctags: 2,203
  • sloc: cpp: 18,864; objc: 272; sh: 134; makefile: 120; perl: 67; ansic: 44
file content (19 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Modification History
 *
 * 2002-October-18 Jason Rohrer
 * Created.
 */



#ifndef MINOR_GEMS_COMMON_INCLUDED
#define MINOR_GEMS_COMMON_INCLUDED



#include "minorGems/util/development/memory/debugMemory.h"



#endif