root/trunk/epgdumpr2/util.h
リビジョン 136, 338 bytes (コミッタ: sorshi, コミット時期: 14 年 前) |
---|
Line | |
---|---|
1 | #ifndef UTIL_H |
2 | #define UTILH 1 |
3 | |
4 | #define MAXSECLEN 4096 |
5 | |
6 | #ifdef __cplusplus |
7 | extern "C"{ |
8 | #endif /* __cplusplus */ |
9 | |
10 | int getBit(unsigned char *byte, int *pbit, int gbit); |
11 | void getStr(char *tostr, unsigned char *byte, int *pbit, int len); |
12 | int parseOTHERdesc(unsigned char *data); |
13 | |
14 | #ifdef __cplusplus |
15 | } |
16 | #endif /* __cplusplus */ |
17 | |
18 | #endif |
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。