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>
char *CytoplasmGetName()
char *CytoplasmGetName(void)
{
return LIB_NAME;
}
char *CytoplasmGetVersion()
char *CytoplasmGetVersion(void)
{
return LIB_VERSION;
}
}

View file

@ -57,4 +57,4 @@ extern char * CytoplasmGetName(void);
*/
extern char * CytoplasmGetVersion(void);
#endif /* CYTOPLASM_CYTOPLASM_H */
#endif /* CYTOPLASM_CYTOPLASM_H */