pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
preditor missle
0 sec ago
Untitled
1 sec ago
Calculating number of b...
2 sec ago
CumshotSurprise Ally Ka...
2 sec ago
Untitled
5 sec ago
Untitled
7 sec ago
Untitled
11 sec ago
Untitled
12 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 16th, 2010 | Syntax:
C
| Size: 0.16 KB | Hits: 38 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
typedef
struct
arch_header
{
unsigned
char
arch_type
;
union
{
Elf32_Ehdr elf_32
;
Elf64_Ehdr elf_64
;
}
arch
;
}
arch_header_t
;
create new paste
|
create new version of this paste
RAW Paste Data
typedef struct arch_header { unsigned char arch_type; union { Elf32_Ehdr elf_32; Elf64_Ehdr elf_64; }arch; }arch_header_t;