aboutsummaryrefslogblamecommitdiff
path: root/7.5/op.h
blob: bfe24b5fe5e2a5dafb4b0f2bc53f7d924182db5d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                 
#include <stddef.h>

#ifndef OP_H

#define NUM	'0'

#define OP_H
#endif

char getop(char *op, size_t len);