mes/lib/tests/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
..
30-strlen.c mes: Run indent. 2019-02-11 07:55:17 +01:00
50-strcmp.c mes: Run indent. 2019-02-11 07:55:17 +01:00
50-strcpy.c mescc: Mes C Library: Cleanup includes. 2019-02-11 07:19:31 +01:00
50-strncmp.c mescc: Mes C Library: Cleanup includes. 2019-02-11 07:19:31 +01:00
70-strchr.c mescc: Mes C Library: Cleanup includes. 2019-02-11 07:19:31 +01:00
80-strncpy.c mes: Run indent. 2019-02-11 07:55:17 +01:00
80-strrchr.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-02-08 19:34:44 +01:00
90-snprintf.c mes: Run indent. 2019-02-11 07:55:17 +01:00
90-strpbrk.c mes: Run indent. 2019-02-11 07:55:17 +01:00
90-strspn.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-02-08 19:34:44 +01:00