Pharos
0.7.23
Modern Web Framework & Web App Hosting Service.
Toggle main menu visibility
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
5
extern
"C"
{
6
#endif
7
8
int
pharos_zxing_decode_image_path
(
const
char
*image_path,
char
**decoded_text_out);
9
int
pharos_zxing_reader_main
(
int
argc,
char
**argv);
10
11
#ifdef __cplusplus
12
}
13
#endif
14
15
#endif
pharos_zxing_reader_main
int pharos_zxing_reader_main(int argc, char **argv)
Definition
pharos_zxing_reader.c:152
pharos_zxing_decode_image_path
int pharos_zxing_decode_image_path(const char *image_path, char **decoded_text_out)
Definition
pharos_zxing_reader.c:80
src
native_runtime
c
pharos_zxing_reader.h
Generated by
1.17.0