代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/407559/11415503
plg main.plg
Build target 'Target 1'
compiling main.c...
MAIN.C(41): warning C182: pointer to different objects
linking...
Program Size: data=21.4 xdata=116 code=5013
"main" - 0 Error(s), 1 Warning(s).
Build targe
www.eeworm.com/read/407093/11429647
old supermatrix.h.old
#ifndef __SUPERLU_SUPERMATRIX /* allow multiple inclusions */
#define __SUPERLU_SUPERMATRIX
/********************************************
* The matrix types are defined as follows. *
*************
www.eeworm.com/read/406613/11438971
c useaddr.c
#include
void main(void)
{
int a = 1, b = 2;
int *i_pointer;
// Assign an address
i_pointer = &a;
// Change the value pointed to by i_pointer to 5
*i_point
www.eeworm.com/read/406613/11439051
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/406561/11439730
pas dcu_in.pas
{$A+,B-,C+,D+,E-,F-,G+,H+,I+,J+,K-,L+,M-,N+,O+,P+,Q-,R-,S-,T-,U-,V+,W-,X+,Y+,Z1}
unit DCU_In;
(*
The input module of the DCU32INT utility by Alexei Hmelnov.
---------------------------------------
www.eeworm.com/read/406558/11439902
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/405537/11460935
c pfil.c
/*
* Copyright (C) 2000, 2003 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* ident "@(#)$Id: pfil.c,v 1.27 2003/11/30 09:45:57 darrenr Exp $"
*
* Copyright 2003
www.eeworm.com/read/405434/11462648
lib start68k.lib
*
* start68k.lib SBasic startup file for the 68000
*
* This file is automatically included in every executable built by
* the SBasic68k compiler. It contains generic startup code for
*
www.eeworm.com/read/405321/11466182
h param.h
/*! \file param.h \brief EEPROM Parameter Storage Library. */
//*****************************************************************************
//
// File Name : 'param.h'
// Title : EEPROM Paramet