aenachescu / PhiOS

GNU General Public License v3.0
6 stars 1 forks source link

Clean up #88

Closed JustBeYou closed 7 years ago

JustBeYou commented 7 years ago

Useless preprocessor conditions from cpu.c must be deleted. Whole code style must be uniformized. Functions that return errors must return uint32, not size_t. Functions prototypes must be split into multiple lines.

JustBeYou commented 7 years ago

Useless inclusions must be deleted. Relative inclusions must be changed to absolute.