11 lines
96 B
C++
11 lines
96 B
C++
|
|
#include "lmp_f2c.h"
|
|
|
|
extern "C" {
|
|
|
|
integer i_lmp_len(char *s, ftnlen n)
|
|
{
|
|
return (n);
|
|
}
|
|
}
|