Doxygen Source Code Documentation
h_len.c File Reference
#include "f2c.h"
Go to the source code of this file.
Functions | |
shortint | h_len (char *s, ftnlen n) |
Function Documentation
|
Definition at line 6 of file h_len.c.
00008 {
00009 return(n);
00010 }
|