mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
8 lines
100 B
C
8 lines
100 B
C
#include "f2c.h"
|
|
|
|
shortint
|
|
h_len (char *s __attribute__ ((__unused__)), ftnlen n)
|
|
{
|
|
return (n);
|
|
}
|