代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/366702/2881560
c c99-restrict-2.c
/* Test for restrict: in C99 only. Test handling of arrays of restricted
pointers. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999
www.eeworm.com/read/353640/3084393
c xdr_ref.c
/* xdr_ref.c - XDR primitives for pointers */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01j,05nov01,vvv fixed compil
www.eeworm.com/read/262041/4316279
h list.h
#ifndef _LINUX_LIST_H
#define _LINUX_LIST_H
#ifdef __KERNEL__
#include
#include
#include
/*
* These are non-NULL pointers that will res
www.eeworm.com/read/258893/4349234
c bnimem.c
/*
* bnimem.c - low-level bignum memory handling.
*
* Written by Colin Plumb
*
* $Id: bnimem.c,v 1.8 1997/12/19 19:09:20 lloyd Exp $
*
* Note that in all cases, the pointers passed aroun
www.eeworm.com/read/258893/4349943
c bnimem.c
/*
* bnimem.c - low-level bignum memory handling.
*
* Written by Colin Plumb
*
* $Id: bnimem.c,v 1.4 1999/02/15 08:03:45 wprice Exp $
*
* Note that in all cases, the pointers passed arou
www.eeworm.com/read/295361/8167980
c krx50900.c
/*
* A solution to exercise 5-9 in K&R2, page 114:
*
* Rewrite the routines day_of_year and month_day with pointers
* instead of indexing.
*
* Lars Wirzenius
*/
#include
www.eeworm.com/read/201477/15407732
h simul.h
// file simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template
www.eeworm.com/read/110993/15520471
cpp memfun2.cpp
//: C21:MemFun2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Applying pointers to member
www.eeworm.com/read/110993/15520500
cpp memfun1.cpp
//: C21:MemFun1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Applying pointers to member
www.eeworm.com/read/110993/15520651
h pstash.h
//: C13:PStash.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Holds pointers instead of objects