DiskTool - Fiddling towards compiling
[tpg/acess2.git] / Tools / DiskTool / src / vfs_handles.c
1 /*
2  * 
3  */
4 #include <vfs_int.h>
5
6 // === CODE ===
7 int VFS_AllocHandle(int bKernel)
8 {
9         return 0;
10 }
11
12 tVFS_Handle *VFS_GetHandle(int ID)
13 {
14         return NULL;
15 }

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