File: test.cpp

package info (click to toggle)
freedink 1.08.20100420-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,600 kB
  • ctags: 4,963
  • sloc: ansic: 56,006; sh: 6,281; makefile: 676; yacc: 291; cpp: 165; perl: 52; xml: 39; sed: 16
file content (15 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <dinput.h>

struct a {
	int b;
};

int main (void) {
	long ptr = (long)(a*)0;
//	((LONG)&(((DIMOUSESTATE*)0)->lX));
	const long dimofs_x = DIMOFS_X;
	switch(ptr) {
	case dimofs_x:
 	 break;
	}
}