dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
798 stars 110 forks source link

Implement For-Loop to Replace While-Loop in Function Strchr #258

Closed Broken-Admin closed 3 years ago

Broken-Admin commented 4 years ago

See issue #257

This is an implementation of said code.