aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include/assert.h
blob: 3114b575626cbf5d9c8af96c505fa60509c7c72a (plain) (blame)
1
2
3
4
5
6
#ifndef _ASSERT_H
#define _ASSERT_H

void assert(int e);

#endif