代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/245426/12800518

c os_cpu_c.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/144298/12803342

c blkmove.c

/*--------------------------------------------------------*/ /* SPECTRUM DIGITAL INC. */ /*--------------------------------------------------------*/ /* Moves block of memory
www.eeworm.com/read/144298/12803501

c blkmove.c

/*--------------------------------------------------------*/ /* WQ21ST SOFTWARE STUDIO. */ /*--------------------------------------------------------*/ /* Moves block of me
www.eeworm.com/read/245187/12811827

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/245187/12811998

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/245181/12812706

h audio.h

/*++ Copyright (c) 2001, 2002 BSQUARE Corporation. All rights reserved. Module Name: Audio.h Module Description: This module is the main include file that is used by all source f
www.eeworm.com/read/331585/12819737

c md5.c

/* This program is C)opyright by LinXiaoDong */ #include #include "global.h" #include "md5.h" #include #include #include #include /*
www.eeworm.com/read/244978/12827781

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/143917/12830263

h iso8583.h

/***************************************************************************/ /* */ /* Copyright (C) BEIJING NEXTSKY
www.eeworm.com/read/331375/12831614

pas depack.pas

function ApDepack(var Source, Destination) : DWORD; cdecl; asm @@_aP_depack_asm: pushad mov esi, [esp + 40] mov edi, [esp + 44] cld mov dl, 80h xor ebx, e