Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created November 3, 2019 10:45
Show Gist options
  • Save robertohuertasm/95c26d16d987ebf6321e803dae099f03 to your computer and use it in GitHub Desktop.
Save robertohuertasm/95c26d16d987ebf6321e803dae099f03 to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
char *hello(const char *to);
void hello_release(char *s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment