libk  okay.fn.c at tip

File mod/kcore/okay.fn.c from the latest check-in


#include <k/core.h>
#include <k/type.h>
#include <k/internal.egroup.h>

bool kokay(kcond val) {
	return (val % kglobal_module_offset) == 0;
}