代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/435150/7796474
h box.h
// Program 11.2 Using pointers to Box objects, File: box.h
// Defines the Box structure type
#ifndef BOX_H
#define BOX_H
struct Box {
double length;
double width;
double height;
www.eeworm.com/read/289562/7805494
c bufargs.c
#include "apue.h"
#define MAXARGC 50 /* max number of arguments in buf */
#define WHITE " \t\n" /* white space for tokenizing arguments */
/*
* buf[] contains white-space-separated arguments. We
www.eeworm.com/read/289562/7805880
32 fig17.32
#include "apue.h"
#define MAXARGC 50 /* max number of arguments in buf */
#define WHITE " \t\n" /* white space for tokenizing arguments */
/*
* buf[] contains white-space-separated arguments. We
www.eeworm.com/read/399787/7836223
c mbf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/399787/7836293
c quf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/399787/7836294
c smf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/399787/7836297
c tmf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/399787/7836312
c pif.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/399787/7836411
c dmf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/399787/7836459
c tcf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated