git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel/VFS - Added warning (instead of LOG) when GetNodeFromInode is unsupported
[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 Print(str) do{char*s=(str);write(_stdout,strlen(s)+1,s);}while(0)
\r
9
\r
10
extern int _stdout;
\r
11
extern int _stdin;
\r
12
\r
13
extern int GeneratePath(char *file, char *base, char *tmpPath);
\r
14
\r
15
\r
16
#endif
\r
UCC
git Repository :: git.ucc.asn.au