5 lines
60 B
C
5 lines
60 B
C
|
|
#include <stdint.h>
|
|
|
|
uint16_t evaluate(const char* text);
|
|
|
|
|
#include <stdint.h>
|
|
|
|
uint16_t evaluate(const char* text);
|
|
|