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