gcc/libf2c/libF77/h_len.c

8 lines
100 B
C

#include "f2c.h"
shortint
h_len (char *s __attribute__ ((__unused__)), ftnlen n)
{
return (n);
}