You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
874 B

#include <string.h>
#include <unistd.h>
#include "UDPTCPNetwork.h"
int main (int argc, char **argv) {
std::string user_salt;
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
user_salt = getrandomtext(16); debug ("test:%s", user_salt.c_str());
return 0;
};