tangle.h 106 B

12345678
  1. // The outward facing API for Tangle
  2. #ifndef __TANGLE_H
  3. #define __TANGLE_H
  4. void count_to(int i);
  5. #endif