gendoc sorta works
This commit is contained in:
11
build-aux/test/test.c
Normal file
11
build-aux/test/test.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
|
||||
/*-
|
||||
bool checkit(bool expr);
|
||||
checks if an exprssion is true.
|
||||
-*/
|
||||
|
||||
_Bool checkit(_Bool expr)
|
||||
{
|
||||
return expr;
|
||||
}
|
||||
Reference in New Issue
Block a user