File: foobar.h

package info (click to toggle)
debugedit 1%3A5.3-3
  • links: PTS
  • area: main
  • in suites: forky
  • size: 1,408 kB
  • sloc: sh: 12,042; ansic: 5,032; makefile: 115
file content (12 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#define NUMBER 42

extern int number;

extern int foo (void);
extern int bar (int);

struct debug_types_section1
{
  /* Test both DW_FORM_strp and DW_FORM_string.  */
  int stringp1, st1;
};