4 lines
148 B
Text
4 lines
148 B
Text
|
|
> strdup := define_external( strdup, s::string, RETURN::string, LIB = "/lib/libc.so.6" ):
|
||
|
|
> strdup( "foo" );
|
||
|
|
"foo"
|