add header file to avoid implicit declaration warning

This commit is contained in:
Liam Waldron 2023-04-05 13:13:53 -04:00
parent f6a2387845
commit 6b1297b685

2
README
View File

@ -4,6 +4,8 @@ A library which provides a random string generation function.
+ Usage + Usage
#include <libecrypt.h>
int main() { int main() {
ecrypt(PASSWD_LENGTH); ecrypt(PASSWD_LENGTH);
} }