Adding usermode tree
[tpg/acess2.git] / Usermode / Applications / CLIShell_src / header.h
1 /*\r
2  Acess Shell Version 2\r
3 - Based on IOOS CLI Shell\r
4 */\r
5 #ifndef _HEADER_H\r
6 #define _HEADER_H\r
7 \r
8 #define NULL    ((void*)0)\r
9 \r
10 #define Print(str)      do{char*s=(str);write(_stdout,strlen(s)+1,s);}while(0)\r
11 \r
12 extern int _stdout;\r
13 extern int _stdin;\r
14 \r
15 extern int      GeneratePath(char *file, char *base, char *tmpPath);\r
16 \r
17 \r
18 #endif\r

UCC git Repository :: git.ucc.asn.au