caesarcrypt/src/dyninput.h

17 lines
413 B
C

/*
* Filename: dyninput.h
* Authors(s): Roland (r.weirhowell@gmail.com)
* Description: Header file for dyninput.c
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
#pragma once
#include <stdint.h>
char* dyninput_str(int_least64_t maxsize);