Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6556 → Rev 6557

/contrib/sdk/sources/newlib/libc/Makefile
211,18 → 211,43
wctomb_r.c
 
 
STRING_SRCS= memcpy.c \
STRING_SRCS= \
bcmp.c \
bcopy.c \
bzero.c \
explicit_bzero.c \
gnu_basename.c \
index.c \
memccpy.c \
memchr.c \
memcmp.c \
memcpy.c \
memmem.c \
memmove.c \
mempcpy.c \
memrchr.c \
memset.c \
memchr.c \
rawmemchr.c \
rindex.c \
stpcpy.c \
stpncpy.c \
strcasecmp.c \
strcasestr.c \
strcat.c \
strchr.c \
strchrnul.c \
strcmp.c \
strcoll.c \
strcasecmp.c \
strcpy.c \
strcspn.c \
strdup.c \
strdup_r.c \
strerror.c \
strerror_r.c \
strlcat.c \
strlcpy.c \
strlen.c \
strlwr.c \
strncasecmp.c \
strncat.c \
strncmp.c \
230,24 → 255,50
strndup.c \
strndup_r.c \
strnlen.c \
strcasestr.c \
strdup.c \
strdup_r.c \
strerror.c \
strlen.c \
strpbrk.c \
strrchr.c \
strpbrk.c \
strsep.c \
strspn.c \
strstr.c \
strtok.c \
strtok_r.c \
strupr.c \
strxfrm.c \
strcspn.c \
strspn.c \
strcpy.c \
u_strerr.c
swab.c \
u_strerr.c \
wcpcpy.c \
wcpncpy.c \
wcscasecmp.c \
wcscat.c \
wcschr.c \
wcscmp.c \
wcscoll.c \
wcscpy.c \
wcscspn.c \
wcsdup.c \
wcslcat.c \
wcslcpy.c \
wcslen.c \
wcsncasecmp.c \
wcsncat.c \
wcsncmp.c \
wcsncpy.c \
wcsnlen.c \
wcspbrk.c \
wcsrchr.c \
wcsspn.c \
wcsstr.c \
wcstok.c \
wcswidth.c \
wcsxfrm.c \
wcwidth.c \
wmemchr.c \
wmemcmp.c \
wmemcpy.c \
wmemmove.c \
wmemset.c
 
 
STDIO_SRCS= \
asiprintf.c \
asniprintf.c \