代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/488200/6497911
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/488200/6497927
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/478934/6708176
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/478934/6708326
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/478934/6708342
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/157282/11722426
txt readme.txt
Using the s12_ header files
===========================
Module declaration
------------------
Variables of a hardware module type can be declared for a specific linker segment:
#pragma DATA_S
www.eeworm.com/read/345059/11841584
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/345059/11842043
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/345059/11842099
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/339051/12265368
c ppp.c
/*
* PPP.C -- Send and receive datagrams on serial lines with
* Point-to-Point Protocol
*
* This implementation of PPP is declared to be in the public domain.
*
* Based (in part) upon