repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* cp-tree.def (SCOPE_STMT): Take one operand.
[official-gcc.git]
/
libf2c
/
libI77
/
typesize.c
blob
1cb20ff2863dcd0be48f4df2accc32e41c022a1f
1
#include
"f2c.h"
2
3
ftnlen f__typesize
[] = {
0
,
0
,
sizeof
(
shortint
),
sizeof
(
integer
),
4
sizeof
(
real
),
sizeof
(
doublereal
),
5
sizeof
(
complex
),
sizeof
(
doublecomplex
),
6
sizeof
(
logical
),
sizeof
(
char
),
7
0
,
sizeof
(
integer1
),
8
sizeof
(
logical1
),
sizeof
(
shortlogical
),
9
#ifdef Allow_TYQUAD
10
sizeof
(
longint
),
11
#endif
12
0
};