代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/123658/14618978
h cpphash.h
/* different kinds of things that can appear in the value field
of a hash node. Actually, this may be useless now. */
union hashval {
int ival;
char *cpval;
DEFINITION *defn;
#if 0
KEYDEF
www.eeworm.com/read/123410/14635729
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/123302/14639244
h unzipdll.h
//---------------------------------------------------------------------------
#ifndef UnZipDLLH
#define UnZipDLLH
// UnzDLL.h - C++ Builder translation of file "wizunzip.h" by Eric W. Engler
/*
www.eeworm.com/read/223310/14646616
h trans.h
/*
*
* Copyright 1999 Regents of the University of Minnesota
* Portions Copyright 1999-2001 Sistina Software, Inc.
* Portions Copyright 2001 The OpenGFS Project
*
* This is free soft
www.eeworm.com/read/223304/14647056
h fuse_opt.h
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi
This program can be distributed under the terms of the GNU LGPL.
See the file COPYING.LIB.
www.eeworm.com/read/122946/14655209
h ifaddrlist.h
#if !(__solaris__)
/*
* Copyright (c) 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*
www.eeworm.com/read/223007/14664787
h sll_node.h
typedef struct NODE {
struct NODE *link;
int value;
} Node;
www.eeworm.com/read/222590/14684647
c raw_cb.c
/* raw_cb.c - raw protocol control block handling routines */
/* Copyright 1984-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1980, 1986, 1993
* The Regents of the
www.eeworm.com/read/122161/14717529
c icmptime.c
/*
* Fetch the current time from another host using the ICMP timestamp
* request/reply.
*
* You must be superuser to run this program (or it must be suid to root)
* since it requires a raw s
www.eeworm.com/read/122161/14717560
c traceroute.pmtu.c
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Van Jacobson.
*
* Redistr