A gopher client for your terminal.
git clone git://git.skec.site/pub/sr71.git
log | files | refs | readme | license

asserts.h (93B)

      1
      2
      3
      4
      5
      6
#ifndef ASSERTS_H_
#define ASSERTS_H_

#define ASSERT(condition) assert((condition))

#endif