1pskc_pinusagemode2str(3) libpskc pskc_pinusagemode2str(3)
2
3
4
6 pskc_pinusagemode2str - API function
7
9 #include <pskc.h>
10
11 const char * pskc_pinusagemode2str(pskc_pinusagemode pinusagemode);
12
14 pskc_pinusagemode pinusagemode
15 an pskc_pinusagemode enumeration type
16
18 Convert pskc_pinusagemode to a string. For example, pskc_pinusage‐
19 mode2str(PSKC_PINUSAGEMODE_LOCAL) will return "Local". The returned
20 string must not be deallocated.
21
23 String corresponding to pskc_pinusagemode.
24
26 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
27 http://www.gnu.org/software/libpskc/ General help using GNU software:
28 http://www.gnu.org/gethelp/
29
31 Copyright © 2012-2016 Simon Josefsson.
32 Copying and distribution of this file, with or without modification,
33 are permitted in any medium without royalty provided the copyright
34 notice and this notice are preserved.
35
36
37
38libpskc 2.6.2 pskc_pinusagemode2str(3)