]> git.cryptolib.org Git - avr-crypto-lib.git/blob - cli.h
+RC5 +size-statistics tool +small modification to nessie_bc_test (optional free(...
[avr-crypto-lib.git] / cli.h
1 #ifndef CLI_H_
2 #define CLI_H_
3
4 #include <stdint.h>
5 #include <avr/pgmspace.h>
6
7 int16_t findstring_d0(const char* str, const char* v);
8 int16_t findstring_d0_P(const char* str, PGM_P v);
9
10 int16_t execcommand_d0_P(const char* str, PGM_P v, void(*fpt[])(void) );
11 #endif /*CLI_H_*/