comments, use Nothing instead of voidptr
This commit is contained in:
10
src/include/nothing.h
Normal file
10
src/include/nothing.h
Normal file
@@ -0,0 +1,10 @@
|
||||
// nothing.h - ever needed to return nothing (but not void)?
|
||||
// boy do I have the solution for you
|
||||
|
||||
#ifndef NOTHING_H
|
||||
#define NOTHING_H
|
||||
|
||||
// Behold, it is nothing!
|
||||
typedef struct Nothing {} Nothing;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user