Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdlib / malloc / size_type.h
1 #if     _EM_WSIZE == _EM_PSIZE
2 typedef unsigned int size_type;
3 #elif   _EM_LSIZE == _EM_PSIZE
4 typedef unsigned long size_type;
5 #else
6 #error funny pointer size
7 #endif
8 #include        <stdlib.h>