ico277 / edlin

edlin clone
MIT License
1 stars 1 forks source link

add string.h and math.h headers - required for search function #5

Closed corn-flake closed 7 months ago

corn-flake commented 7 months ago

The binary search function uses strcmp() and floor() so we have to include string.h and math.h for it to work. ALSO: I wrote the L command to print a file