代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/321964/13391931
pas kpshuge.pas
unit kpSHuge;
{$P-} { turn off open parameters }
{$Q-} { turn off overflow checking }
{$R-} { turn off range checking }
{$B-} { turn off complete boolean eval } { 12/24/98 2.17 }
interface
www.eeworm.com/read/321827/13396764
xmemory
// xmemory internal header (from )
#if _MSC_VER > 1000 /*IFSTRIP=IGN*/
#pragma once
#endif
#ifndef _XMEMORY_
#define _XMEMORY_
#include
#include
#ifdef _MSC_
www.eeworm.com/read/321827/13396866
c vwprintf.c
/***
*vwprintf.c - wprintf from a var args pointer
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines vwprintf() - print formatted data fr
www.eeworm.com/read/321827/13396868
c mbsdec.c
/***
*mbsdec.c - Move MBCS string pointer backward one charcter.
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Move MBCS string pointer back
www.eeworm.com/read/321827/13396903
c gets.c
/***
*gets.c - read a line from stdin
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines gets() and getws() - read a line from stdin into
www.eeworm.com/read/321827/13396926
inc cruntime.inc
;***
;cruntime.inc - multi-model assembly macros for interfacing to HLLs
;
; Copyright (c) 1988-1997, Microsoft Corporation. All rights reserved.
;
;Purpose:
; This file defines the
www.eeworm.com/read/321827/13396944
c vfprintf.c
/***
*vfprintf.c - fprintf from variable arg list
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines vfprintf() - print formatted output,
www.eeworm.com/read/321827/13397060
c mbspbrk.c
/***
*mbspbrk.c - Find first string char in charset, pointer return (MBCS)
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Find first string c
www.eeworm.com/read/321827/13397115
c mbsninc.c
/***
*mbsninc.c - Increment MBCS string pointer by specified char count.
*
* Copyright (c) 1987-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Increment MBCS string
www.eeworm.com/read/321827/13397150
c xtoa.c
/***
*xtoa.c - convert integers/longs to ASCII string
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* The module has code to convert integers/l