You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
Pointer<Char> url ="http://172.16.5.12/index".toNativeUtf8().cast<Char>();
and then I printf in C. Sometimes, it show that http://172.16.5.12/index\\07
I must do that url.elementAt("http://172.16.5.12/index".length).value = 0;
I don't knwo if it works well.
The text was updated successfully, but these errors were encountered:
Platform: Ubuntu 18.04
Dart SDK version: 2.17.3
Pointer<Char> url ="http://172.16.5.12/index".toNativeUtf8().cast<Char>();
and then I
printf
in C. Sometimes, it show thathttp://172.16.5.12/index\\07
I must do that
url.elementAt("http://172.16.5.12/index".length).value = 0;
I don't knwo if it works well.
The text was updated successfully, but these errors were encountered: