代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/242082/4556427
c stripfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case insensitive variant
char*
striprefix (
char* szTest,
char* szFull )
{
www.eeworm.com/read/241128/4563541
c heimdal.c
/*
* heimdal.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"Kerberos successful",
"Kerberos principal expired",
www.eeworm.com/read/241128/4563545
c continuation.c
/*
* continuation.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"New password was found in a dictionary of possibl
www.eeworm.com/read/240422/4574746
c heimdal.c
/*
* heimdal.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"Kerberos successful",
"Kerberos principal expired",
www.eeworm.com/read/240422/4574750
c continuation.c
/*
* continuation.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"New password was found in a dictionary of possibl
www.eeworm.com/read/238768/4609980
c example2.c
/* NOCW */
/*
Please read the README file for condition of use, before
using this software.
Maurice Gittens January 1997
*/
#include
#include
www.eeworm.com/read/237831/4620268
c check_libpurple.c
#include
#include
#include "../core.h"
#include "../eventloop.h"
#include "../util.h"
#include "tests.h"
/***********************************************************************
www.eeworm.com/read/237463/4627565
svn-base c.txt.svn-base
// BARCHART Example Program
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/237463/4627626
txt c.txt
// BARCHART Example Program
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/234134/4661881
c strpfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case sensitive varient
char*
strprefix (
char* szTest,
char* szFull )
{