代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/321827/13397675
c mbsinc.c
/***
*mbsinc.c - Move MBCS string pointer ahead one charcter.
*
* Copyright (c) 1991-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Move MBCS string pointer ahead on
www.eeworm.com/read/321827/13397699
c fseeki64.c
/***
*fseeki64.c - reposition file pointer on a stream
*
* Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _fseeki64() - move the file poin
www.eeworm.com/read/321827/13397765
c vprintf.c
/***
*vprintf.c - printf from a var args pointer
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines vprintf() - print formatted data from
www.eeworm.com/read/321827/13397909
c vfwprint.c
/***
*vfwprintf.c - fwprintf from variable arg list
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines vfwprintf() - print formatted outpu
www.eeworm.com/read/321339/13408634
log cc_build_debug.log
---------------------------- FBTC6713.pjt - Debug ----------------------------
"c:\ti\c6000\cgtools\bin\cl6x" -q -as -o3 -mi1 -ml3 -@"Debug.lkf" "FBCmd.c"
"FBCmd.c", line 88: warning: conversion f
www.eeworm.com/read/321141/13411705
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/320816/13417745
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/320816/13417895
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/320678/13420108
log cc_build_debug.log
---------------------------- FBTC642.pjt - Debug ----------------------------
"d:\tic6000\c6000\cgtools\bin\cl6x" -gw -q -as -mv6400 -@"Debug.lkf" "FBCmd.c"
"FBCmd.c", line 88: warning: conversion
www.eeworm.com/read/320439/13427235
c r_stdlib.c
/* R_STDLIB.C - platform-specific C library routines for RSAREF
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#incl