control_symbol.h 246 B

12345678910111213141516
  1. /*
  2. * control_symbol.h
  3. *
  4. * Created on: 06.12.2017
  5. * Author: balbekova
  6. */
  7. #ifndef CONTROL_SYMBOL_H_
  8. #define CONTROL_SYMBOL_H_
  9. #include <stdbool.h>
  10. bool control_string_en_digit(char *str, uint8_t len);
  11. #endif /* CONTROL_SYMBOL_H_ */