代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/289562/7805595
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/198616/7922784
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/332098/12779583
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/311774/13626024
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/304348/13795927
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/139903/5795946
cpp stack2.cpp
//: C04:Stack2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Converting a list to a stack
#in
www.eeworm.com/read/421459/6311338
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/476738/6749095
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/264377/11317472
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/258191/11877623
cpp stack2.cpp
//: C20:Stack2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Converting a list to a stack
#in