#ifdef __cplusplus
extern "C" {
#endif

extern int read_JPEG_file_dim (char * filename, int* width, int* height, int* Bpp); /* byte per fixel */
extern int read_JPEG_file (char * filename);


#ifdef __cplusplus
}
#endif

저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License

'C & C++ 관련' 카테고리의 다른 글

어느 학교의 과제 Vector 실습.  (0) 2009/09/25
C++ 에서 C함수 쓰는 방법  (0) 2009/09/23
fcntl 을 이용한 파일제어  (0) 2009/09/10
uint8, uint16, uint32, uint64  (0) 2009/09/08
Posted by Real_G