代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/140161/13103199

p igopt.p

/* Protogen Version 1.00 Sunday December 21, 1997 20:07:32 */ /* Iflow.c */ void flows_and_doms(void); /* Ipointer.c */ void
www.eeworm.com/read/139776/13134919

c nrutil.c

#if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */ #include #include #include #define NR_END 1 #define FREE_ARG char* void nrerror(char error_text[]
www.eeworm.com/read/241132/13167627

c gui__intersectrect.c

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

c gui__intersectrect.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/238844/13320739

h pmppstruct.h

#ifndef PMPP_STRUCT_H #define PMPP_STRUCT_H const long PMPP_STRUCT_SIZE=1500; typedef struct pmppStruct { /**# :[Description = "The PMPP or PPP Byte stream from 7e to 7e. Note: the size is ba
www.eeworm.com/read/136223/13387445

c funcbind.c

/* funcBind.c - function binding library */ /* Copyright 1984-2003 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 02p,20mar03,wap Move m2If64Bit
www.eeworm.com/read/319472/13451246

c p_and_s.c

/* p_and_s.c -- pointers and strings */ #include int main(void) { const char * mesg = "Don't be a fool!"; const char * copy; copy = mesg; printf("%s\n", copy);
www.eeworm.com/read/315699/13537906

c p_and_s.c

/* p_and_s.c -- pointers and strings */ #include int main(void) { const char * mesg = "Don't be a fool!"; const char * copy; copy = mesg; printf("%s\n", copy);
www.eeworm.com/read/310963/13639231

h compare-pointer.h

/* Copyright (c) 2005, Simon Howard All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are
www.eeworm.com/read/152715/5668017

c gui__intersectrect.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica