core :: Sys :: native_add_history
private fun native_add_history(data: CString) `{ if (data == NULL) return; add_history(data); `}