Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
main.cpp File Reference
#include "experimental/rust_cxx/gen/hype-bridge.rs.h"
#include <stdio.h>
#include <string>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 11 of file main.cpp.

11 {
12 printf("Hello C++\n");
13
14 std::string words = "it works";
15
16 hype_train::HypeOutput result = hype_train::hypeify(words, 3);
17
18 printf("%s\n", result.output.c_str());
19 printf("new len: %lu\n", result.new_len);
20
21 return 0;
22}
GAsyncResult * result
std::string printf(const char *fmt,...) SK_PRINTF_LIKE(1