X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv.h;h=bfda36e8aaa3b047ad8be01156de4b8e1b8b8438;hp=097b2a6756bfcc820f78a0f8e00b37f0ce70ca35;hb=fc8acddcc3540df0d9c03c3a955d5ccd5877635d;hpb=a89cf765098ba9927eafeaca0f303eb76052fc64 diff --git a/yportenv.h b/yportenv.h index 097b2a6..bfda36e 100644 --- a/yportenv.h +++ b/yportenv.h @@ -51,6 +51,7 @@ #define YCHAR char #define YUCHAR unsigned char #define _Y(x) x +#define yaffs_strcat(a,b) strcat(a,b) #define yaffs_strcpy(a,b) strcpy(a,b) #define yaffs_strncpy(a,b,c) strncpy(a,b,c) #define yaffs_strncmp(a,b,c) strncmp(a,b,c) @@ -124,6 +125,7 @@ #define YCHAR char #define YUCHAR unsigned char #define _Y(x) x +#define yaffs_strcat(a,b) strcat(a,b) #define yaffs_strcpy(a,b) strcpy(a,b) #define yaffs_strncpy(a,b,c) strncpy(a,b,c) #define yaffs_strlen(s) strlen(s)