]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Debug/print/print.h
Adding basic CLI functionality.
[kiibohd-controller.git] / Debug / print / print.h
index 18fad6d91cde660910b8e5a1b938df15dcf9e1d0..924d101030f7e2c53a5569fe49cfa84d0a2f017f 100644 (file)
@@ -109,6 +109,7 @@ void int16ToStr ( uint16_t in, char*  out );
 void hexToStr_op( uint16_t in, char*  out, uint8_t op );
 void revsStr    ( char*  in );
 uint16_t lenStr ( char*  in );
+uint8_t eqStr   ( char*  str1, char* str2 ); // Returns 1 if identical, 0 otherwise
 
 #endif