代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/143132/5758667

c ppplcp.c

/* * PPPLCP.C -- negotiate data link options * * This implementation of PPP is declared to be in the public domain. * Acknowledgements and correction history may be found in PPP.C */ #in
www.eeworm.com/read/143132/5758814

c pppcmd.c

/* * PPPCMD.C -- PPP related user commands * * This implementation of PPP is declared to be in the public domain. * * Acknowledgements and correction history may be found in PPP.C */ #
www.eeworm.com/read/143132/5758830

c pppipcp.c

/* * PPPIPCP.C -- negotiate IP parameters * * This implementation of PPP is declared to be in the public domain. * * Acknowledgements and correction history may be found in PPP.C */ #i
www.eeworm.com/read/126765/6012337

h libiberty.h

/* Function declarations for libiberty. Copyright 2001 Free Software Foundation, Inc. Note - certain prototypes declared in this header file are for functions whoes implementation copyri
www.eeworm.com/read/126411/6017652

autoload

# # An almost ksh-compatible `autoload'. A function declared as `autoload' will # be read in from a file the same name as the function found by searching the # $FPATH (which works the same as $PATH),
www.eeworm.com/read/101066/6256618

h libiberty.h

/* Function declarations for libiberty. Copyright 2001 Free Software Foundation, Inc. Note - certain prototypes declared in this header file are for functions whoes implementation copyri
www.eeworm.com/read/330223/6302366

txt scope.txt

// Experiment with variable scope import javax.swing.JOptionPane; public class Scope { public static int b = 25; // This is a class variable. It is not declared // in the body
www.eeworm.com/read/330223/6302419

txt scope.txt

// Experiment with variable scope import javax.swing.JOptionPane; public class Scope { public static int b = 25; // This is a class variable. It is not declared // in the body
www.eeworm.com/read/493005/6403717

variable

Variable declarations Variables can be declared as either being global, local, or static. Global variables are visible to all functions and on the command line, and are permanent. Local
www.eeworm.com/read/488200/6497687

c ppplcp.c

/* * PPPLCP.C -- negotiate data link options * * This implementation of PPP is declared to be in the public domain. * Acknowledgements and correction history may be found in PPP.C */ #in