My part was to make:
- part of sprintf (i, d, c, s specifiers)
- part 5 (C# functions)
- sscanf
- edit and refactor Makefile
- some misc functions
So for my code you can check files
- scp_sprintf.c (i & d, c, s specifiers)
- scp_csharp.c
- scp_sscanf.c
- Makefile
- misc functions int_to_str_min_len and below
The final score is 150% (max)
Implementation of the string.h library with additions.
memchr, memcmp, memcpy, memset, strncat, strchr, strncmp, strncpy, strcspn, strerror, strlen, strpbrk, strrchr, strstr, strtok
sprintf, sscanf with specifiers: c, d, i, e, E, f, g, G, o, s, u, x, X, p, n, %
sprintf Flags: -, +, (space), #, 0
sprintf And sscanf width: (number), *
sprintf precision: .number, .*
sprintf And sscanf length: h, l, L
to_upper, to_lower, insert, trim