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