openblt

a hobby OS from the late 90s
git clone http://frotz.net/git/openblt.git
Log | Files | Refs | LICENSE

assert.h (81B)


      1 #ifndef ASSERT_H
      2 #define ASSERT_H
      3 
      4 #define ASSERT(x)
      5 #define trespass(x)
      6 
      7 #endif