helper.h 175 B

123456789
  1. #ifndef _HELPER_H_
  2. #define _HELPER_H_
  3. /*
  4. * You can declare functions that are useful but do not belong to
  5. * tree.h here.
  6. *
  7. * You can leave this file unchanged.
  8. */
  9. #endif