代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/208178/7117740
h _structures.h
#ifndef __Structures_Defined__
#define __Structures_Defined__
#include "_GlobalHeader.h"
#define ASCENDING 1
#define NONE 0
#define DESCENDING -1
#define STRING 0
#define NUMER
www.eeworm.com/read/435895/7781530
o structures.o
www.eeworm.com/read/435895/7781650
o structures.o
www.eeworm.com/read/435895/7781768
o structures.o
www.eeworm.com/read/435895/7781882
o structures.o
www.eeworm.com/read/435895/7781995
o structures.o
www.eeworm.com/read/299143/7886105
c structures.c
struct {
int x;
char y[4];
} s1 = { 0x5A, "abc" };
struct {
int x[5];
int y;
} s2 = { { 1, 2, 3, 4, 5 }, 0xA5 };
void main (void)
{
while (1)
;
}
www.eeworm.com/read/197100/8030689
h structures.h
/* -*-C-*-
********************************************************************************
*
* File: structures.h (Formerly structures.h)
* Description: Allocate all the different types
www.eeworm.com/read/197100/8030729
cpp structures.cpp
/* -*-C-*-
********************************************************************************
*
* File: structures.c (Formerly structures.c)
* Description: Allocate all the different types
www.eeworm.com/read/320358/13428032