pfff
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#include "evaluate_rpn.h"
|
||||
|
||||
int evaluate_rpn(struct queue *queue);
|
||||
int evaluate_rpn(struct queue *queue){return 0 ;}
|
||||
|
||||
@@ -1 +1 @@
|
||||
int main(int argc, char** argv);
|
||||
int main(int argc, char** argv){return 0;}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#include "parse_exp.h"
|
||||
|
||||
struct queue *parse_expression(const char *str);
|
||||
struct queue *parse_expression(const char *str){return NULL;}
|
||||
|
||||
Reference in New Issue
Block a user