summaryrefslogtreecommitdiff
path: root/src/c/string/strcspn/gstrcspna.c
diff options
context:
space:
mode:
authorSiddhu89902017-07-04 20:20:46 +0530
committerSiddhu89902017-07-04 20:20:46 +0530
commit87823db220f4c3b8bee16c0b2e08027704de1efe (patch)
treecfa622c687b23faee16afb98ec4fcb7f946ffa15 /src/c/string/strcspn/gstrcspna.c
parent94afa929398d966285e86983010497b7dd7e7c2a (diff)
parent121b455e1e46617c670a8b9dfa77bbb1aa97a51a (diff)
downloadScilab2C_fossee_old-87823db220f4c3b8bee16c0b2e08027704de1efe.tar.gz
Scilab2C_fossee_old-87823db220f4c3b8bee16c0b2e08027704de1efe.tar.bz2
Scilab2C_fossee_old-87823db220f4c3b8bee16c0b2e08027704de1efe.zip
Removed wiringPi.h include bug, added amell, bug removed for dct and idct
Diffstat (limited to 'src/c/string/strcspn/gstrcspna.c')
-rw-r--r--src/c/string/strcspn/gstrcspna.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/string/strcspn/gstrcspna.c b/src/c/string/strcspn/gstrcspna.c
index 5617e17..75912e9 100644
--- a/src/c/string/strcspn/gstrcspna.c
+++ b/src/c/string/strcspn/gstrcspna.c
@@ -16,6 +16,8 @@ uint8 gstrcspna(char *str1,int size1,char *str2,int size2)
{
int ind,i,j;;
for(i=0;i<=size1;i++)
+ int j;
+ for(i=0;i<=size1;i++)
{
for(j=0;j<=size2;j++)
{