doug65536 / dgos

Operating System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Include Guards

amanuel2 opened this issue · comments

commented

Right now your Header Files don't have include guards , which makes them very unsafe and vulnerable to the "Multiple Definition" Error by the Linker Script.