ref: 3568e27ec8774a212564c8d2bf6b3d9a19d4d571 dir: /sys/src/ape/lib/9/segflush.c/
#include <lib9.h> extern int _SEGFLUSH(void*, unsigned long); int segflush(void *va, unsigned long len) { return _SEGFLUSH(va, len); }