File: TheStruct.h

package info (click to toggle)
pupnp 1%3A1.14.20-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,440 kB
  • sloc: ansic: 34,488; xml: 1,173; cpp: 573; makefile: 341; sh: 130; python: 51; javascript: 7
file content (5 lines) | stat: -rw-r--r-- 38 bytes parent folder | download | duplicates (2)
1
2
3
4
5
struct TheStruct
{
	int x;
	int y;
};