OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / driver / tcpip / tcpip / tcpip_seek.c
1 /** 
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  tcpip.h
5  * @brief %jp{TCP/IP プロトコル}
6  *
7  * Copyright (C) 2006-2007 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #include "tcpip_local.h"
13
14
15 FILE_POS TcpIp_Seek(C_DRVOBJ *pDrvObj, C_FILEOBJ *pFileObj, FILE_POS Offset, int iOrign)
16 {
17         return (-1);
18 }
19
20
21
22 /* endof file */