aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libF77/h_len.c
blob: 0782af14c017b5785900fb535797935d0c026383 (plain)
1
2
3
4
5
6
7
#include "f2c.h"

shortint
h_len (char *s, ftnlen n)
{
  return (n);
}