This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
void c_(char *a, int i)
{
printf("i = %d\n");
^ i
printf(">%*.*s<\n",i,i,a); }
THOMASP@PC-THOMAS-P /cygdrive/d/gfortran $ /irun/bin/gfortran toons.f90 toons.c ; ./a i = 0
r1234567<
-- Toon Moene, KNMI, The Netherlands Phone: +31 30 2206443; e-mail: moene@knmi.nl
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |