mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 04:31:30 +00:00
6 lines
111 B
C
6 lines
111 B
C
#include "_cgo_export.h"
|
|
|
|
int runCreateAccount(const char* args) {
|
|
return doRunCreateAccount((char*)args);
|
|
}
|