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