代码搜索:strings

找到约 10,000 项符合「strings」的源代码

代码结果 10,000
www.eeworm.com/read/131315/5942603

h strings.h

/* strings.h - define standard string functions */ #ifndef _STRINGS /* once-only... */ #define _STRINGS #ifdef SYS5 #define index strchr #define rindex strrchr #endif SYS5 char *index (); char
www.eeworm.com/read/131315/5942897

h strings.h

/* strings.h - define standard string functions */ /* @(#)$Id: strings.h,v 1.19 1993/02/26 21:54:00 jromine Exp $ */ #ifndef _STRINGS /* once-only... */ #define _STRINGS #ifdef AUX #include
www.eeworm.com/read/131315/5944746

c strings.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 permi
www.eeworm.com/read/131315/5945753

c strings.c

/* * Copyright (c) 1980, 1987, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/131315/5945754

1 strings.1

.\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, a
www.eeworm.com/read/129660/5971043

java strings.java

/* * $Id: strings.java,v 1.3 2003/08/12 18:11:30 dfs Exp $ * * ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2
www.eeworm.com/read/129660/5971066

java strings.java

/* * $Id: strings.java,v 1.3 2003/08/12 18:11:30 dfs Exp $ * * ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2
www.eeworm.com/read/129250/5974573

dsw strings.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/129250/5974574

plg strings.plg

Build Log --------------------Configuration: strings - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\Kip\L
www.eeworm.com/read/129250/5974575

cpp strings.cpp

#include extern "C" void MakeString() { char firstName[20]; strcpy(firstName,"tim"); } void main() { MakeString(); }