about summary refs log blame commit diff stats
path: root/util.h
blob: c85d4f34f428fb5d550de60034a4ef302d4f99bb (plain) (tree)
1
2
3
4
5
6


              
                                                        
                           
      
#ifndef UTIL_H
#define UTIL_H

typedef enum {OPERATOR, COMMAND ,DOUBLE, FUNCTION} TYPE;
TYPE discriminate(char *s);
#endif