代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5941003
h string.h
// This may look like C code, but it is really -*- C++ -*-
/*
Copyright (C) 1988 Free Software Foundation
written by Doug Lea (dl@rocky.oswego.edu)
This file is part of the GNU C++ Library. Thi
www.eeworm.com/read/131315/5941051
cc string.cc
/*
Copyright (C) 1988 Free Software Foundation
written by Doug Lea (dl@rocky.oswego.edu)
This file is part of the GNU C++ Library. This library is free
software; you can redistribute it and/or
www.eeworm.com/read/131315/5941249
h string.h
#ifndef _string_h
#define _string_h 1
#include
#ifndef size_t
#define size_t _G_size_t
#endif
#ifndef NULL
#define NULL _G_NULL
#endif
extern "C" {
char* strcat(char*, const ch
www.eeworm.com/read/131315/5941372
cc string.cc
// -*- C++ -*-
/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
groff is free software; you can redistr
www.eeworm.com/read/131315/5944479
c string.c
/*-
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/131315/5944644
h string.h
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Edward Wang at The Universit
www.eeworm.com/read/131315/5944689
c string.c
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Edward Wang at The Universit
www.eeworm.com/read/131171/5947775
3 string.3
.TH string 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
string \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -1c
.SH AUT
www.eeworm.com/read/130382/5958350
h string.h
//////////////////////////////////////////////////////////////////////////////
// String.h
//
// A fake source file designed to pacify the PFL.
////////////////////////////////////////////////////
www.eeworm.com/read/130105/5964696
h string.h
#ifndef _STRINGH
#define _STRINGH
#pragma push_safeptr
#define _need_size_t
#define _need_NULL
#include "sys/stdtypes.h"
#undef _need_NULL
#undef _need_size_t
#ifndef _MEMCPY_
#defi