nt9856x/code/application/sifarsdk/component/utils/include/sf_qrutils.h

15 lines
210 B
C

#ifndef __SF_QRUTILS_H
#define __SF_QRUTILS_H
#if __cplusplus
extern "C"
{
#endif
char *nfc_qrencrypt(char *content);
char *nfc_qrdecrypt(char *content);
#if __cplusplus
}
#endif
#endif