代码搜索:strlib
找到约 317 项符合「strlib」的源代码
代码结果 317
www.eeworm.com/read/244387/12869081
c strlib.c
/*
* File: strlib.c
* Version: 1.0
* Last modified on Fri Jul 15 14:10:41 1994 by eroberts
* -----------------------------------------------------
* This file implements the strlib.h interface.
www.eeworm.com/read/244387/12869086
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a
www.eeworm.com/read/244387/12869127
c strlib.c
/*
* File: strlib.c
* Version: 1.0
* Last modified on Fri Jul 15 14:10:41 1994 by eroberts
* -----------------------------------------------------
* This file implements the strlib.h interface.
www.eeworm.com/read/244387/12869133
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a
www.eeworm.com/read/244387/12869168
c strlib.c
/*
* File: strlib.c
* Version: 1.0
* Last modified on Fri Jul 15 14:10:41 1994 by eroberts
* -----------------------------------------------------
* This file implements the strlib.h interface.
www.eeworm.com/read/244387/12869173
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a
www.eeworm.com/read/238907/13315205
o strlib.o
www.eeworm.com/read/238907/13315214
c strlib.c
#include
#include
u32 str_ncmp(char* str1 , char* str2 , u32 n)
{
u32 i = 0;
while(i < n) {
if(str1[i] != str2[i]) return 1;
www.eeworm.com/read/315460/13541950
c strlib.c
/*
* File: strlib.c
* Version: 1.0
* Last modified on Fri Jul 15 14:10:41 1994 by eroberts
* -----------------------------------------------------
* This file implements the strlib.h interface.
www.eeworm.com/read/315460/13541953
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a