Exemplo n.º 1
0
NRTAPI(nrt_Off) nrt_IOHandle_tell(nrt_IOHandle handle, nrt_Error * error)
{
    return nrt_IOHandle_seek(handle, 0, FILE_CURRENT, error);
}
Exemplo n.º 2
0
NRTAPI(nrt_Off) nrt_IOHandle_tell(nrt_IOHandle handle, nrt_Error * error)
{
    return nrt_IOHandle_seek(handle, 0, SEEK_CUR, error);
}