From cc0a4c632aeda82ab4517355b4b4489190da013e Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 28 Oct 2018 13:21:42 -0400 Subject: Lua remove strncat.c & strcspn.c Change-Id: I08256f31e733d2674054e8e589d539d1396a0ee6 --- apps/plugins/lua/strcspn.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 apps/plugins/lua/strcspn.c (limited to 'apps/plugins/lua/strcspn.c') diff --git a/apps/plugins/lua/strcspn.c b/apps/plugins/lua/strcspn.c deleted file mode 100644 index 0a19eaebf2..0000000000 --- a/apps/plugins/lua/strcspn.c +++ /dev/null @@ -1,17 +0,0 @@ -#include "rocklibc.h" - -#undef strcspn -size_t strcspn(const char *s, const char *reject) -{ - size_t l=0; - int a=1,i,al=strlen(reject); - - while((a)&&(*s)) - { - for(i=0;(a)&&(i