gwenhywfar  5.10.1
tm_util.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Thu Jul 02 2009
3  copyright : (C) 2018 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 #ifndef TYPEMAKER2_UTIL_H
11 #define TYPEMAKER2_UTIL_H
12 
13 
14 #include <inttypes.h>
15 
16 
17 
18 uint32_t Typemaker2_FlagsFromString(const char *s);
19 
20 uint32_t Typemaker2_TypeFlagsFromString(const char *t);
21 
22 
23 int Typemaker2_AccessFromString(const char *s);
24 
25 
26 
27 #endif
28 
29 
30 
uint32_t Typemaker2_TypeFlagsFromString(const char *t)
Definition: tm_util.c:95
uint32_t Typemaker2_FlagsFromString(const char *s)
Definition: tm_util.c:23
int Typemaker2_AccessFromString(const char *s)
Definition: tm_util.c:163