代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/119982/14814646

c ptr_upr.c

#include #include char *string_uppercase(char *string) { char *starting_address; starting_address = string; while (*string) toupper(*string++); re
www.eeworm.com/read/119334/14833094

h mdump.h

#pragma once struct _EXCEPTION_POINTERS; class MiniDumper { private: static LPCTSTR m_szAppName; static LONG WINAPI TopLevelFilter( struct _EXCEPTION_POINTERS *pExceptionInfo ); publi
www.eeworm.com/read/119269/14835551

h wheatyexceptionreport.h

#pragma once #include enum BasicType // Stolen from CVCONST.H in the DIA 2.0 SDK { btNoType = 0, btVoid = 1, btChar = 2, btWChar = 3, btInt = 6, btUIn
www.eeworm.com/read/118993/14845226

h collectn.h

/* collectn.h Header file for 'collection' abstract data type * * This file is public domain, and does not come under the NASM license. * It, along with 'collectn.c' implements what is basically
www.eeworm.com/read/117570/14914363

c gui__intersectrects.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/211569/15177514

c gui__intersectrects.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/206931/15285416

c gui__intersectrects.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/206867/15286618

c ptr_upr.c

#include #include char *string_uppercase(char *string) { char *starting_address; starting_address = string; while (*string) toupper(*string++); re
www.eeworm.com/read/169307/5425551

c _makenames.c

/* * $Id: _makenames.c,v 1.1 2003/01/03 02:16:17 jwm Exp $ * * Copyright (c) 1997-8 Andrew G. Morgan * * This is a file to make the capability string mappings for *
www.eeworm.com/read/168845/5433365

ipp boost_no_mem_tem_pnts.ipp

// (C) Joaqu韓 M L髉ez Mu駉z 2004. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.