git @ Cat's Eye Technologies Philomath / master include / assert.h
master

Tree @master (Download .tar.gz)

assert.h @masterraw · history · blame

1
2
3
4
5
6
7
8
/* assert.h */

#ifndef ASSERT_H
#define ASSERT_H 1

void assert(int, const char *);

#endif /* ndef ASSERT_H */