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