mirror of
https://github.com/thepigeongenerator/mcaselector-lite
synced 2026-02-08 07:33:35 +01:00
Remove /test and /.github, the CI/testing framework.
The unit tests and continious integration is... exessive. Yes, it's useful, but creates more complications than that it helps, so it is removed for the time being. Maybe I will add a new framework at a later date, but at the moment it is constraining development.
This commit is contained in:
@@ -22,7 +22,9 @@ static const char *strmat(const char *s1, const char *s2)
|
||||
return s1;
|
||||
}
|
||||
|
||||
int conf_getkeyval(const char *restrict buf, const char *const restrict *restrict keys, int klen, const char *restrict *restrict out)
|
||||
int conf_getkeyval(const char *restrict buf,
|
||||
const char *const restrict *restrict keys, int klen,
|
||||
const char *restrict *restrict out)
|
||||
{
|
||||
const char *tmp = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user