代码搜索:len
找到约 10,000 项符合「len」的源代码
代码结果 10,000
www.eeworm.com/read/320955/13415375
c h_len.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
shortint h_len(s, n) char *s; ftnlen n;
#else
shortint h_len(char *s, ftnlen n)
#endif
{
return(n);
}
#ifdef __cplusplus
}
#e
www.eeworm.com/read/320955/13415411
c i_len.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
integer i_len(s, n) char *s; ftnlen n;
#else
integer i_len(char *s, ftnlen n)
#endif
{
return(n);
}
#ifdef __cplusplus
}
#end
www.eeworm.com/read/320816/13417899
c stk_len.c
#include
#include
void main(void)
{
printf("The current stack size %d bytes\n", _stklen);
}
www.eeworm.com/read/320816/13418060
c find_len.c
#include
int string_length(char *);
void main(void)
{
char *title= "Jamsa's 1001 C/C++ Tips";
char *section = "Tools";
printf("Length of %s is %d\n", title, string_leng
www.eeworm.com/read/316923/13514423
c stk_len.c
#include
#include
void main(void)
{
printf("The current stack size %d bytes\n", _stklen);
}
www.eeworm.com/read/316923/13514582
c find_len.c
#include
int string_length(char *);
void main(void)
{
char *title= "Jamsa's 1001 C/C++ Tips";
char *section = "Tools";
printf("Length of %s is %d\n", title, string_leng
www.eeworm.com/read/315631/13539396
c stk_len.c
#include
#include
void main(void)
{
printf("The current stack size %d bytes\n", _stklen);
}
www.eeworm.com/read/315631/13539555
c find_len.c
#include
int string_length(char *);
void main(void)
{
char *title= "Jamsa's 1001 C/C++ Tips";
char *section = "Tools";
printf("Length of %s is %d\n", title, string_leng
www.eeworm.com/read/308670/13696882
c len2.c
/*-*/
/********************************************************
* Answer to question 8.1. *
* *
* For full details, see the book. *
*****************************************************
www.eeworm.com/read/308442/13701134
c stk_len.c
#include
#include
void main(void)
{
printf("The current stack size %d bytes\n", _stklen);
}