代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/162614/5530199
c pointer-arith-2.c
/* Test diagnostics for arithmetic on void and function pointers.
Test with -Wpointer-arith. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-Wpoin
www.eeworm.com/read/472419/6877013
h ptrarray.h
//
// File: ptrarray.h
// Date: 16-Jul-95
// Description: Array of pointers
//
/*
* Copyright (c) 1995 David A. Holland.
* All rights reserved.
*
* Redistribution and use in source
www.eeworm.com/read/471682/6887910
c program9_02.c
/* Program 9.2 Arrays of Pointers to functions */
#include
/* Function prototypes */
int sum(int, int);
int product(int, int);
int difference(int, int);
int main(void)
{
in
www.eeworm.com/read/294834/8204151
h ahashps.h
#ifndef THE_A_HASH_TEMPLATE_THAT_RETURNS_POINTERS_AND_ONLY_TAKES_ONE_TYPE_WHICH_IS_BOTH_THE_STORAGE_AND_THE_REFERENCE_TYPE_IN_THE_GET_RATHER_THAN_REFERENCES_20061219_H__
#define THE_A_HASH_TEMPLATE_TH
www.eeworm.com/read/292919/8324836
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/292919/8324840
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/392544/8336352
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/392544/8336361
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/269691/11082980
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/269691/11082982
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*