]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/libf2c/libF77/h_len.c
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / contrib / libf2c / libF77 / h_len.c
1 #include "f2c.h"
2
3 shortint
4 h_len (char *s __attribute__ ((__unused__)), ftnlen n)
5 {
6   return (n);
7 }