SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.34k stars 3.42k forks source link

Update file.cc #113

Open boranyldrm opened 7 years ago

boranyldrm commented 7 years ago

Efficiency improvement, rather than calling strlen function 4 times, now calling it 1 time.