struct MyType
{
char str[3];
int i;
};
type,bind(c):: MyType
character(c_char):: str(3)
integer(c_int):: i
end type
#pragma pack(1)
!DEC$ PACK:1
type,bind(c):: MyType
character(c_char):: str(3)
integer(c_int):: i
end type
!DEC$ PACK
fcode 发表于 2024-10-20 09:13
语法标准没有这部分内容,具体要看编译器是否支持。
比如 intel fortran 可以用
[mw_shl_code=fortran,true ...
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |