#ifndef __spfmacro_h__
#define __spfmacro_h__

struct tspfm {
    char l[256];
    char s[256];
    char o[256];
    char d[256];
    char i[256];
    char t[256];
    char p[256];
    char h[256];
    };

int macro(char *k, int sizek, struct tspfm *spfm);

#endif
