no-more-secrets-rust/src/nmscharset.h
Brian Barto 272e780adf Make module for character set to allow easy substitution with different set.
modified:   Makefile
	new file:   src/nmscharset.c
	new file:   src/nmscharset.h
	modified:   src/nmseffect.c
2017-01-19 12:08:20 -05:00

15 lines
301 B
C

/*
* Copyright (c) 2017 Brian Barto
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details.
*/
#ifndef NMSCHARSET_H
#define NMSCHARSET_H 1
// Function prototypes
char *nmscharset_get_random(void);
#endif