代码搜索:Structs
找到约 2,696 项符合「Structs」的源代码
代码结果 2,696
www.eeworm.com/read/179911/5299262
h a.out.h
#ifndef __ALPHA_A_OUT_H__
#define __ALPHA_A_OUT_H__
#include
/*
* OSF/1 ECOFF header structs. ECOFF files consist of:
* - a file header (struct filehdr),
* - an a.out header (st
www.eeworm.com/read/350097/3134152
h a.out.h
#ifndef __ALPHA_A_OUT_H__
#define __ALPHA_A_OUT_H__
#include
/*
* OSF/1 ECOFF header structs. ECOFF files consist of:
* - a file header (struct filehdr),
* - an a.out header (st
www.eeworm.com/read/340665/3276314
c anon.c
// Bug: g++ has trouble copying anonymous structs.
typedef struct { int i; } foo;
struct A : public foo {
struct { int i; } x;
};
int main ()
{
A a;
a.i = 5;
a.x.i = 42;
A b (a);
a = b;
www.eeworm.com/read/316872/3598861
h nf_conntrack_pptp.h
/* PPTP constants and structs */
#ifndef _NF_CONNTRACK_PPTP_H
#define _NF_CONNTRACK_PPTP_H
#include
extern const char *pptp_msg_name[];
/* state of the contr
www.eeworm.com/read/316872/3601675
h a.out.h
#ifndef __ALPHA_A_OUT_H__
#define __ALPHA_A_OUT_H__
#include
/*
* OSF/1 ECOFF header structs. ECOFF files consist of:
* - a file header (struct filehdr),
* - an a.out header (st
www.eeworm.com/read/292705/3948023
h a.out.h
#ifndef __ALPHA_A_OUT_H__
#define __ALPHA_A_OUT_H__
#include
/*
* OSF/1 ECOFF header structs. ECOFF files consist of:
* - a file header (struct filehdr),
* - an a.out header (st
www.eeworm.com/read/282003/4110336
java usb_string_descriptor.java
package de.thesycon.usbio.structs;
import java.io.*;
/**
* USB string descriptor class.
*/
public class USB_STRING_DESCRIPTOR extends USB_COMMON_DESCRIPTOR
{
public final static int MAX_
www.eeworm.com/read/440906/1777946
c anon.c
// Bug: g++ has trouble copying anonymous structs.
typedef struct { int i; } foo;
struct A : public foo {
struct { int i; } x;
};
int main ()
{
A a;
a.i = 5;
a.x.i = 42;
A b (a);
a = b;
www.eeworm.com/read/439082/1818051
h a.out.h
#ifndef __ALPHA_A_OUT_H__
#define __ALPHA_A_OUT_H__
#include
/*
* OSF/1 ECOFF header structs. ECOFF files consist of:
* - a file header (struct filehdr),
* - an a.out header (st
www.eeworm.com/read/430518/1927029
h a.out.h
#ifndef __ALPHA_A_OUT_H__
#define __ALPHA_A_OUT_H__
#include
/*
* OSF/1 ECOFF header structs. ECOFF files consist of:
* - a file header (struct filehdr),
* - an a.out header (st