Parent Directory
|
Revision Log
|
Patch
revision 40, Sun Mar 17 13:00:50 2002 UTC | revision 41, Wed Mar 20 00:28:02 2002 UTC | |
---|---|---|
# | Line 0 | Line 1 |
1 | #ifndef _MEM_ALIGN_H_ | |
2 | #define _MEM_ALIGN_H_ | |
3 | ||
4 | #include "../portab.h" | |
5 | ||
6 | void *xvid_malloc(size_t size, uint8_t alignment); | |
7 | void xvid_free(void *mem_ptr); | |
8 | ||
9 | #endif /* _MEM_ALIGN_H_ */ |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |