代码搜索:null-terminated
找到约 582 项符合「null-terminated」的源代码
代码结果 582
www.eeworm.com/read/452710/7434750
c,v fputs.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.40; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7434773
c,v puts.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.40; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7434818
c puts.c
/* puts.c - puts */
#define CONSOLE 0
/*------------------------------------------------------------------------
* puts -- write a null-terminated string to the console
*-----------------
www.eeworm.com/read/452710/7434821
c fputs.c
/* fputs.c - fputs */
/*------------------------------------------------------------------------
* fputs -- write a null-terminated string to a device (file)
*-------------------------------
www.eeworm.com/read/142683/5762904
c,v fputs.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.40; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
@/* fputs.c - fputs */
www.eeworm.com/read/142683/5762927
c,v puts.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.40; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
@/* puts.c - puts */
#
www.eeworm.com/read/100127/6273995
py bgenstringbuffer.py
"""Buffers used to hold null-terminated strings."""
from bgenBuffer import FixedOutputBufferType
from bgenStackBuffer import StackOutputBufferType
from bgenHeapBuffer import HeapOutputBufferType
c
www.eeworm.com/read/348515/11590384
h config.h
/*
ratproxy - hardcoded configuration
----------------------------------
Author: Michal Zalewski
Copyright 2007, 2008 by Google Inc. All Rights Reserved.
Licens
www.eeworm.com/read/256481/11997083
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