char *clonestr(char *str)

This commit is contained in:
jl777
2019-03-25 10:15:27 -11:00
parent f83da78302
commit 8665d036e6
2 changed files with 2 additions and 2 deletions

View File

@@ -1683,7 +1683,7 @@ void games_packitemstr(char *packitemstr,struct games_packitem *item)
#include <curl/easy.h>
char USERPASS[8192]; uint16_t GAMES_PORT;
extern char Gametxidstr[67];
char Gametxidstr[67];
char *clonestr(char *str);
#define MAXSTR 1024

View File

@@ -1,2 +1,2 @@
gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -DSTANDALONE gamescc.cpp -lncurses -o tetris
gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -DSTANDALONE gamescc.cpp -lncurses -lcurl -o tetris