]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/native-thread-test/native-thread-test.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / extra / native-thread-test / native-thread-test.factor
index 4d0df1f454e3fad053d8e277d0eac1349c743b79..73b86f53a04184cacff61185e578f340a7e70ce2 100644 (file)
@@ -5,7 +5,7 @@ io.encodings.utf8 io.files kernel sequences system threads
 unix.utilities ;
 IN: native-thread-test
 
-FUNCTION: void* start_standalone_factor_in_new_thread ( int argc, char** argv ) ;
+FUNCTION: void* start_standalone_factor_in_new_thread ( int argc, c-string* argv ) ;
 
 : start-vm-in-os-thread ( args -- threadhandle )
     vm prefix