NOISSUE reorganize and document libraries
This commit is contained in:
9
libraries/hoedown/src/version.c
Normal file
9
libraries/hoedown/src/version.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include "hoedown/version.h"
|
||||
|
||||
void
|
||||
hoedown_version(int *major, int *minor, int *revision)
|
||||
{
|
||||
*major = HOEDOWN_VERSION_MAJOR;
|
||||
*minor = HOEDOWN_VERSION_MINOR;
|
||||
*revision = HOEDOWN_VERSION_REVISION;
|
||||
}
|
Reference in New Issue
Block a user