-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
works fine with
char* test1= skCrypt("test1"); printf("%s", test1); //FINE
but inside a struct , string isnt decrypting back
typedef struct _testS testS;
struct _testS
{
char* string1;
char* string2;
};
testS MyTestStkt;
MyTestStkt.string1 = skCrypt("test2");
printf("%s", MyTestStkt.string1); //BAAADD
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels