summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/h_len.c
blob: 506016e67d9ab222fa75e932c2ec231d39dd5ad6 (plain)
1
2
3
4
5
6
7
#include "f2c.h"

shortint
h_len (char *s __attribute__ ((__unused__)), ftnlen n)
{
  return (n);
}
OpenPOWER on IntegriCloud