GFORTRAN_LIST_SEPARATOR

3.10 GFORTRAN_LIST_SEPARATOR—Separator for list output

This environment variable specifies the separator when writing list-directed output. It may contain any number of spaces and at most one comma. If you specify this on the command line, be sure to quote spaces, as in

$ GFORTRAN_LIST_SEPARATOR='  ,  ' ./a.out

when a.out is the compiled Fortran program that you want to run. Default is a single space.

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gfortran/GFORTRAN_005fLIST_005fSEPARATOR.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部