Newer
Older
UbixOS / debug / st.c
#include <stdio.h>


int main() {
  printf("off_t: %i\n", sizeof(off_t));
}