#ifndef _NUMSPLIT_COMMON_H #define _NUMSPLIT_COMMON_H #define APP_NAME "numsplit" #include "srl.h" #include "stdio.h" #define BUF_SIZE 4 #define WORD_SIZE (BUF_SIZE/4) #endif /*_NUMSPLIT_COMMON_H*/