代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/172417/5386652
h vj.h
/*
* Definitions for tcp compression routines.
*
* $Id: vj.h,v 1.4 2004/02/07 00:30:03 likewise Exp $
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
*
www.eeworm.com/read/172258/5388499
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/172258/5388556
c example.c
/*
* example.c
*
* This file illustrates how to use the IJG code as a subroutine library
* to read or write JPEG image files. You should look at this code in
* conjunction with the document
www.eeworm.com/read/172258/5388598
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/172258/5388664
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/172258/5388721
c example.c
/*
* example.c
*
* This file illustrates how to use the IJG code as a subroutine library
* to read or write JPEG image files. You should look at this code in
* conjunction with the document
www.eeworm.com/read/172258/5388763
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/169697/5414227
h pmiserv.h
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/* $Id: pmiserv.h,v 1.14 2005/11/01 16:31:46 gropp Exp $
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#
www.eeworm.com/read/169683/5415435
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/169520/5420374
txt class44c423e0001f.txt
struct strbuf
{
int maxlen;
int len;
char *buf;
};