source: soft/giet_vm/apps/numsplit/numsplit_common.h @ 162

Last change on this file since 162 was 160, checked in by karaoui, 12 years ago

giet-vm new version

File size: 205 bytes
Line 
1
2#ifndef _NUMSPLIT_COMMON_H
3#define _NUMSPLIT_COMMON_H
4
5#define APP_NAME "numsplit"
6
7#include "srl.h"
8#include "stdio.h"
9
10#define BUF_SIZE   4
11#define WORD_SIZE (BUF_SIZE/4)
12
13#endif /*_NUMSPLIT_COMMON_H*/
Note: See TracBrowser for help on using the repository browser.