4 lines
77 B
C
4 lines
77 B
C
#include "evaluate_rpn.h"
|
|
|
|
int evaluate_rpn(struct queue *queue){return 0 ;}
|
#include "evaluate_rpn.h"
|
|
|
|
int evaluate_rpn(struct queue *queue){return 0 ;}
|