mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:45:03 +08:00
7 lines
66 B
C
7 lines
66 B
C
|
#include "f2c.h"
|
||
|
|
||
|
integer i_len(char *s, ftnlen n)
|
||
|
{
|
||
|
return(n);
|
||
|
}
|