代码搜索:null-terminated
找到约 582 项符合「null-terminated」的源代码
代码结果 582
www.eeworm.com/read/250662/12393141
cpp find.cpp
/** Given a pointer to a NULL-terminated list of pointers, search
** the strings in the list for a particular character.
*/
#include
int find_int( int (*pa)[3], int value )
{
int
www.eeworm.com/read/128466/14296063
cpp chapter2-23.cpp
//文件名:CHAPTER2-23.cpp
#include
#include
#include
using namespace std;
int main()
{
string s(10u, ' '); // Create a string of ten blanks.
const
www.eeworm.com/read/124791/14544173
cpp chapter2-23.cpp
//文件名:CHAPTER2-23.cpp
#include
#include
#include
using namespace std;
int main()
{
string s(10u, ' '); // Create a string of ten blanks.
const
www.eeworm.com/read/223105/14658464
cpp chapter2-23.cpp
//文件名:CHAPTER2-23.cpp
#include
#include
#include
using namespace std;
int main()
{
string s(10u, ' '); // Create a string of ten blanks.
const
www.eeworm.com/read/106023/15649040
tas test.tas
(* This is a test program which can be compiled by the Taste-compiler.
It reads a null-terminated sequence of numbers from a data input file
and computes the sum of these numbers.*)
PROGRAM T
www.eeworm.com/read/460264/7254545
c strarr.c
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/143595/12857187
c strarr.c
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/147766/5722635
s strcpy.s
/*
* arch/alpha/lib/strcpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy a null-terminated string from SRC to DST. Return a pointer
* to the null-terminator in the source.
*/
.
www.eeworm.com/read/136786/5863502
s strcpy.s
/*
* arch/alpha/lib/strcpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy a null-terminated string from SRC to DST. Return a pointer
* to the null-terminator in the source.
*/
.
www.eeworm.com/read/128531/5985191
s strcpy.s
/*
* arch/alpha/lib/strcpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy a null-terminated string from SRC to DST. Return a pointer
* to the null-terminator in the source.
*/
.