chore: comments

This commit is contained in:
2021-01-10 19:06:06 +08:00
parent 58ea520a63
commit e73575f62e
2 changed files with 12 additions and 1 deletions

View File

@@ -5,8 +5,17 @@
#include <stdlib.h>
/**
* Get const string from rust
*/
const char *get_str(void);
/**
* Get mut-able string from rust
*/
char *get_str_mut(void);
/**
* Print line
*/
void println(const char *str);