grblHAL core  20240704
ngc_expr.h
Go to the documentation of this file.
1 /* ngc_expr.h */
2 
3 #ifndef _NGC_EXPR_H_
4 #define _NGC_EXPR_H_
5 
6 status_code_t ngc_eval_expression (char *line, uint_fast8_t *pos, float *value);
7 
8 #endif
status_code_t ngc_eval_expression(char *line, uint_fast8_t *pos, float *value)