代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/234134/4661118
inc ulib.inc
;***
;ulib.inc - 03-Sep-87
;***
.XLIST
;
;***
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Defines structures for data items shared between resident
; runtime and userlibr
www.eeworm.com/read/233448/4683139
c pr16566-2.c
/* ICE with flexible arrays in non-lvalue structures. Bug 16566
(comment #5). */
struct A
{
int i;
int x[];
};
int foo(struct A a)
{
return (a,a).x[0];
}
www.eeworm.com/read/233448/4684760
c struct-by-value-19_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Struct members are char, int, double,
and other structs containing these types. This test was
www.eeworm.com/read/232130/4704442
h bttncur.h
/*
* BTTNCUR.H
* Buttons & Cursors
*
* Public include file for the Button Images and Cursor DLL,
* including structures, definitions, and function prototypes.
*
* Copyright (c)1992-1995
www.eeworm.com/read/232130/4705500
h autocli.h
/*
* AUTOCLI.H
* Automation Client Chapter 15
*
* Definitions and structures.
*
* Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
*
* Kraig Brockschmidt, Microsoft
www.eeworm.com/read/230647/4720751
h packoff.h
/*++
Copyright (c) 1990,91 Microsoft Corporation
Module Name:
packoff.h
Abstract:
This file turns packing of structures off. (That is, it enables
automatic alignment of s
www.eeworm.com/read/230647/4720845
h fttypes.h
/*++
Copyright (c) 1996-1999 Microsoft Corporation
Module Name:
fttypes.h
Abstract:
This header file defines types and structures for the FT API
and the IOCTLs used to impl
www.eeworm.com/read/229812/4743792
c wfont.c
#include
#include
#include "watzee.h"
/*
* CreateFonts -- set up two logical font structures
*/
extern void CreateFonts( void )
/*****************************/
www.eeworm.com/read/229812/4743966
c wfont.c
#include
#include
#include "watzee.h"
/*
* CreateFonts -- set up two logical font structures
*/
extern void CreateFonts( void )
/*****************************/
www.eeworm.com/read/229812/4753250
h packoff.h
/*++
Copyright (c) 1990,91 Microsoft Corporation
Module Name:
packoff.h
Abstract:
This file turns packing of structures off. (That is, it enables
automatic alignment of s