[x] Tested your changes against relevant architectures and platforms;
[x] Updated relevant documentation (if needed).
Description of changes
The solution provided to os_strcat() was too esotheric and not suited to be used by students wanting go learn how to implement strcat(). The current solution is a bit more verbose, but still includes the previous approac as a nice-to-know gimmick.
Prerequisite Checklist
Description of changes
The solution provided to
os_strcat()
was too esotheric and not suited to be used by students wanting go learn how to implementstrcat()
. The current solution is a bit more verbose, but still includes the previous approac as a nice-to-know gimmick.