Mercurial > hg > toybox
view lib/pending.h @ 1577:ac84a209cb05 draft
sed: c needs to trigger range logic like d, D works like d when there isn't anything left in the line, and more tests.
author | Rob Landley <rob@landley.net> |
---|---|
date | Thu, 27 Nov 2014 20:38:21 -0600 |
parents | cf77c4939385 |
children |
line wrap: on
line source
// pending.h - header for pending.c // password.c #define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0' int read_password(char * buff, int buflen, char* mesg); int update_password(char *filename, char* username, char* encrypted);