hsmet  1.0.0
he-ulongso.h
gehe zur Dokumentation dieser Datei
1 
9 /* Copyright (C) 2014 - HS Schmalkalden. All rights reserved. */
10 
11 #ifndef HE_ULONGS_H_INCLUDED
12 #define HE_ULONGS_H_INCLUDED 1
13 
14 
15 #ifndef HE_CONF_H_INCLUDED
16 #include "he-conf.h"
17 #endif
18 
19 #if HAVE_STDLIB_H
20 #ifndef STDLIB_H_INCLUDED
21 #include <stdlib.h>
22 #define STDLIB_H_INCLUDED 1
23 #endif
24 #endif
25 
26 #if HAVE_STDINT_H
27 #ifndef STDINT_H_INCLUDED
28 #include <stdint.h>
29 #define STDINT_H_INCLUDED 1
30 #endif
31 #endif
32 
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
45 int
46 hsm_et_ulong_to_string(char *rb, size_t sz, unsigned long ul, int *ec);
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif
53 /* ifndef HE_ULONGS_H_INCLUDED */
54 
55 /* vim: set ai sw=4 ts=4 expandtab : */
56 
Konfigurationseinstellungen.
int hsm_et_ulong_to_string(char *rb, size_t sz, unsigned long ul, int *ec)
Unsigned long zu String konvertieren ohne printf-Familie zu nutzen.