C99 Compliance #29

Merged
jordan merged 11 commits from c99 into master 2024-01-13 22:13:46 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 20fa6816de - Show all commits

View file

@ -24,12 +24,12 @@
#include <Cytoplasm.h> #include <Cytoplasm.h>
char *CytoplasmGetName() char *CytoplasmGetName(void)
{ {
return LIB_NAME; return LIB_NAME;
} }
char *CytoplasmGetVersion() char *CytoplasmGetVersion(void)
{ {
return LIB_VERSION; return LIB_VERSION;
} }