m3core/src/C/Common/Cstddef.i3


 Copyright (C) 1990, Digital Equipment Corporation           
 All rights reserved.                                        
 See the file COPYRIGHT for a full description.              

File: Cstddef.i3 Last modified on Tue Nov 20 04:02:50 1990 by muller

INTERFACE Cstddef;

TYPE
  size_t = INTEGER;

END Cstddef.