代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/471637/6887537
c img_wave_vert_c.c
/* ======================================================================== */
/* TEXAS INSTRUMENTS, INC. */
/*
www.eeworm.com/read/471682/6887957
c program7_07.c
/* Program 7.7 Two-Dimensional arrays and pointers */
#include
int main(void)
{
char board[3][3] = {
{'1','2','3'},
{'4','5','6'},
www.eeworm.com/read/292920/8323916
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/173632/9645919
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/413044/11168938
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/411482/11241525
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/411472/11242895
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/411465/11244503
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/265993/11247086
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_t
www.eeworm.com/read/237302/13969449
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[]