cs-pub-ro / operating-systems

Teaching resources (OER) for Operating Systems
https://cs-pub-ro.github.io/operating-systems/
Other
7 stars 52 forks source link

chapters/software-stack: Simplify `os_strcat()` implementation. #100

Closed teodutu closed 3 weeks ago

teodutu commented 3 weeks ago

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 implement strcat(). The current solution is a bit more verbose, but still includes the previous approac as a nice-to-know gimmick.