-
Notifications
You must be signed in to change notification settings - Fork 4
npp_random
Jurek Muszyński edited this page Mar 31, 2022
·
2 revisions
Generates random, NULL-terminated string of len length. The string will consist of lower- and upper-case letters and digits, i.e. d7Hdp5N4eSon9alWm1yK
.
Returns pointer to converted, zero-terminated static string.
char key[32];
strcpy(key, npp_random(30));