TCU

A reimplementation of the BSD core utilities written in C.
Log | Files | Refs | README | LICENSE

true.c (152B)


      1 /* Terrible implementation of true */
      2 /* For licensing information please read the LICENSE file included in this repository */
      3 int main() { return 0; }