mes/lib/string
Jan Nieuwenhuizen c13941261e
mes: Run indent.
for i in $(find . -name '*.h' -o -name '*.c'); do indent $i --no-tabs --no-space-after-casts; done
2019-02-11 07:55:17 +01:00
..
argz-count.c mes: Run indent. 2019-02-11 07:55:17 +01:00
argz-extract.c mes: Run indent. 2019-02-11 07:55:17 +01:00
bcmp.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
bcopy.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
bzero.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
index.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
memchr.c mescc: Support GNU Bash. 2018-11-09 21:26:10 +01:00
memcmp.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
memcpy.c mes: Run indent. 2019-02-11 07:55:17 +01:00
memmem.c mes: Run indent. 2019-02-11 07:55:17 +01:00
memmove.c mes: Run indent. 2019-02-11 07:55:17 +01:00
memset.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
rindex.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
strcat.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strchr.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strcmp.c mes: Run indent. 2019-02-11 07:55:17 +01:00
strcpy.c mescc: Mes C Library: Explode libc.c. 2018-08-16 10:50:53 +02:00
strcspn.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
strdup.c mes: Run indent. 2019-02-11 07:55:17 +01:00
strerror.c mes: Run indent. 2019-02-11 07:55:17 +01:00
strlen.c mes: Run indent. 2019-02-11 07:55:17 +01:00
strlwr.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strncat.c mes: Run indent. 2019-02-11 07:55:17 +01:00
strncmp.c mes: Run indent. 2019-02-11 07:55:17 +01:00
strncpy.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strpbrk.c mes: Run indent. 2019-02-11 07:55:17 +01:00
strrchr.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strspn.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
strstr.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtok.c mescc: Mes C Library: Support gcc-4.6.4: Add strtok. 2019-02-09 23:25:45 +01:00
strupr.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00