diff options
author | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
commit | 1dea63bc263ccb8f35728d41e51804d01c7cc06d (patch) | |
tree | 2566b2e6305f893a43d1600f5a9bbd9e81625605 /password.c | |
parent | 240d446a809a69e5ea53f379621246b37d5b8fae (diff) |
Added README.md and changed Makefile
Diffstat (limited to 'password.c')
-rw-r--r-- | password.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,3 @@ -// https://github.com/dwyl/english-words - #include <sodium/randombytes.h> #include <stdio.h> #include <stdlib.h> @@ -82,7 +80,7 @@ int main (int argc, char **argv) { generate_characters(character_set); printf("\n"); - fseek(words, 0, SEEK_SET); // Reset pointer to beginning of file + fseek(words, 0, SEEK_SET); // Reset pointer to beginning of file // fclose(words); /** printf("LINE TOTAL: %li\n", line_total); **/ } |