This commit is contained in:
2026-04-27 00:08:01 +02:00
parent 4a208a7527
commit 082353e0b8
6 changed files with 20 additions and 10 deletions
@@ -1,3 +1,3 @@
#include "evaluate_rpn.h"
int evaluate_rpn(struct queue *queue){return 0 ;}
int evaluate_rpn(struct queue *queue){(void) queue;return 0 ;}
+1 -1
View File
@@ -1,3 +1,3 @@
#include "parse_exp.h"
struct queue *parse_expression(const char *str){return NULL;}
struct queue *parse_expression(const char *str){(void) str;return NULL;}