代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/482678/6621172

mk depend.mk

bet.o: bet.c /usr/local/fsl/include/libss/libss.h \ /usr/local/fsl/include/libss/libssbase.h \ /usr/local/fsl/include/libss/libavw.h \ /usr/local/fsl/include/libss/libtessa.h
www.eeworm.com/read/480554/6666168

c systffs.c

/* sysTffs.c - Motorola MVME177 system-dependent TrueFFS library */ /* Copyright 2004-2005 Amine@263.net */ /* Copyright 1984-1997 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* FAT-FTL
www.eeworm.com/read/480250/6668550

readme

******************************************************************************** * * * Copyright J.R. Quinlan, 1987, 1988, 1989, 1990, 1991, 1992. This software * * may not be distr
www.eeworm.com/read/479166/6700240

cpp fig06_11.cpp

// Fig. 6.11: fig06_11.cpp // A scoping example. #include using std::cout; using std::endl; void useLocal(); // function prototype void useStaticLocal(); // function prototype void
www.eeworm.com/read/478118/6720258

java foreign.java

// TIJ4 chapter Access, Exercise 9, page 233 /* Create in access/local directory in your CLASSPATH: * // access/local/PackagedClass.java * package access.local; * * class PackagedClass { * publi
www.eeworm.com/read/477089/6745242

html compiling.html

C++/Tcl
www.eeworm.com/read/265182/11274242

sh bootstrap.sh

# $Id: bootstrap.sh 89 2005-08-24 22:57:12Z lennart $ # This file is part of libdaemon. # # libdaemon is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser Ge
www.eeworm.com/read/410511/11280224

sh string.functions.sh

#!/bin/bash # function strcat # Usage: strcat s1 s2 function strcat () { local s1_val s2_val s1_val=${!1} # indirect variable expansion s2_val=${!2}
www.eeworm.com/read/410432/11287514

c loccheck.c

/* loccheck.c -- checks to see where variables are stored */ #include void mikado(int); /* declare function */ int main(void) { int pooh = 2, bah = 5;
www.eeworm.com/read/410380/11288629

c ftp.c

/* * Copyright (c) 1985, 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificatio