Get a char* starting at index.

WARNING: Unsafe for extern code, use only for temporary pointer manipulation purposes (e.g. write to file or such)

Property definitions

core $ CString :: fast_cstring
	# Get a char* starting at `index`.
	#
	# WARNING: Unsafe for extern code, use only for temporary
	# pointer manipulation purposes (e.g. write to file or such)
	fun fast_cstring(index: Int): CString is intern
lib/core/text/native.nit:100,2--104,48