Timeline for Simple string manipulation in C (for small microcontrollers)
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 20, 2021 at 20:38 | comment | added | jdt | @Deduplicator, sounds like a good idea for a whole new question ;-) | |
| Nov 20, 2021 at 20:35 | comment | added | Deduplicator |
Rework and polish for a nice generic tool: Rename rightJustify(), argument for fill-character, ensure the input- and output-buffer may overlap (use memmove() instead of memcpy(), swap filling and moving).
|
|
| Nov 20, 2021 at 20:22 | history | edited | jdt | CC BY-SA 4.0 |
deleted 6 characters in body
|
| Nov 20, 2021 at 20:21 | comment | added | Deduplicator |
Use memset() for filling underscores.
|
|
| Nov 20, 2021 at 20:19 | history | undeleted | jdt | ||
| Nov 20, 2021 at 20:19 | history | edited | jdt | CC BY-SA 4.0 |
added 171 characters in body
|
| Nov 20, 2021 at 19:50 | history | deleted | jdt | via Vote | |
| Nov 20, 2021 at 19:49 | history | answered | jdt | CC BY-SA 4.0 |