代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/124348/6050514
x opt1.x
union optlong switch (bool flag) {
case TRUE:
long val;
case FALSE:
void;
};
struct args {
optlong arg1; /* union with boolean discriminant */
long arg2; /* variable-length array
www.eeworm.com/read/124347/6052298
c errno.c
/* The errno variable is stored in the reentrancy structure. This
function returns its address for use by the macro errno defined in
errno.h. */
#include
#include
#ifndef
www.eeworm.com/read/123026/6063937
h atlrt.h
// atlrt.h : Defines the ATL Server request handler class
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Micros
www.eeworm.com/read/120487/6073267
h type.h
#ifndef _ECPG_PREPROC_TYPE_H
#define _ECPG_PREPROC_TYPE_H
#include "ecpgtype.h"
struct ECPGtype;
struct ECPGstruct_member
{
char *name;
struct ECPGtype *type;
struct ECPGstruct_member *next;
}
www.eeworm.com/read/120487/6073855
h variables.h
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/variables.h,v 1.14 2003/08/04 23:59:40 tg
www.eeworm.com/read/119864/6080749
h libc-lock.h
/* libc-internal interface for mutex locks. LinuxThreads version.
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libra
www.eeworm.com/read/119864/6080825
h libc-lock.h
/* libc-internal interface for mutex locks. LinuxThreads version.
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libra
www.eeworm.com/read/119864/6081112
h libc-lock.h
/* libc-internal interface for mutex locks. LinuxThreads version.
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libra
www.eeworm.com/read/119864/6081298
h libc-lock.h
/* libc-internal interface for mutex locks. LinuxThreads version.
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libra
www.eeworm.com/read/118064/6099349
c main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include
#ifdef MONITOR51