hsmet
1.0.0
he-ulongfo.h
gehe zur Dokumentation dieser Datei
1
9
/* Copyright (C) 2014 - HS Schmalkalden. All rights reserved. */
10
11
#ifndef HE_ULONGFO_H_INCLUDED
12
#define HE_ULONGFO_H_INCLUDED 1
13
14
#include <stdio.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
27
int
28
hsm_et_ulong_to_file
(FILE *of,
unsigned
long
ul,
const
char
*fn,
int
*ec);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
35
/* ifndef HE_ULONGFO_H_INCLUDED */
36
37
/* vim: set ai sw=4 ts=4 expandtab : */
38
hsm_et_ulong_to_file
int hsm_et_ulong_to_file(FILE *of, unsigned long ul, const char *fn, int *ec)
Unsigned long zu String konvertieren ohne printf-Familie zu nutzen.
Erzeugt von
1.8.13