]> gcc.gnu.org Git - gcc.git/blob - libf2c/libF77/i_len.c
f2cext.c (alarm_): Mark parameter(s) with attribute `unused'.
[gcc.git] / libf2c / libF77 / i_len.c
1 #include "f2c.h"
2
3 integer
4 i_len (char *s __attribute__ ((__unused__)), ftnlen n)
5 {
6 return (n);
7 }
This page took 0.03495 seconds and 5 git commands to generate.