ref: ffbfbe270f7e2f23d1bc73c9e79410c055c4e7cc 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); }