C/src/Common/Cstddef.i3


Copyright (C) 1994, Digital Equipment Corp.
File: Cstddef.i3

INTERFACE Cstddef;

TYPE
  size_t = INTEGER;

END Cstddef.