status-go/library.c

6 lines
111 B
C

#include "_cgo_export.h"
int runCreateAccount(const char* args) {
return doRunCreateAccount((char*)args);
}