Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
pharos_zxing_reader.h
Go to the documentation of this file.
1#ifndef PHAROS_ZXING_READER_H
2#define PHAROS_ZXING_READER_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8int pharos_zxing_decode_image_path(const char *image_path, char **decoded_text_out);
9int pharos_zxing_reader_main(int argc, char **argv);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif
int pharos_zxing_reader_main(int argc, char **argv)
int pharos_zxing_decode_image_path(const char *image_path, char **decoded_text_out)