/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to tests/refcount.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-04-07 19:58:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150407195850-s8xcbx9jedm6q3hs
* Murmur

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __H_TEST_REFCOUNT__
 
2
#define __H_TEST_REFCOUNT__
 
3
int test_refcount (void);
 
4
#endif