#include #include void main() { char buf[]; buf = malloc(128); print("%d\n", nelem(buf)); exits(nil); }