Patch from Garrett Wollman to add Mach compatibility stubs to libc.
[unix-history] / lib / libI77 / typesize.c
CommitLineData
bae7117f
WH
1#include "f2c.h"
2
3ftnlen f__typesize[] = { 0, 0, sizeof(shortint), sizeof(integer),
4 sizeof(real), sizeof(doublereal),
5 sizeof(complex), sizeof(doublecomplex),
6 sizeof(logical), sizeof(char) };