hsmet  1.0.0
he-longso.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 #ifndef HE_CONF_H_INCLUDED
15 #include "he-conf.h"
16 #endif
17 
18 #if HAVE_STDLIB_H
19 #ifndef STDLIB_H_INCLUDED
20 #include <stdlib.h>
21 #define STDLIB_H_INCLUDED 1
22 #endif
23 #endif
24 
25 #if HAVE_STDINT_H
26 #ifndef STDINT_H_INCLUDED
27 #include <stdint.h>
28 #define STDINT_H_INCLUDED 1
29 #endif
30 #endif
31 
32 
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
44 int
45 hsm_et_long_to_string(char *rb, size_t sz, long ul, int *ec);
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif
52 /* ifndef HE_ULONGS_H_INCLUDED */
53 
54 /* vim: set ai sw=4 ts=4 expandtab : */
55 
int hsm_et_long_to_string(char *rb, size_t sz, long ul, int *ec)
Unsigned long zu String konvertieren ohne printf-Familie zu nutzen.
Konfigurationseinstellungen.