Artifact 4f2723020743992824557d3f6abb8ccc082d0e3c5ed3d62ffb031f7680a7b690:
- File mod/kcore/okay.fn.c — part of check-in [269baab90a] at 2019-08-22 08:45:23 on branch trunk — check in missing files (user: lexi, size: 142) [annotate] [blame] [check-ins using]
#include <k/core.h> #include <k/type.h> #include <k/internal.egroup.h> bool kokay(kcond val) { return (val % kglobal_module_offset) == 0; }