chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lib/configuration.c, lib/home.c: Introduce environment variables.
[disorder]
/
lib
/
basen.h
diff --git
a/lib/basen.h
b/lib/basen.h
index 717f2eaeb48396fa887dc3b3883d9aeb9ceef2a1..c1a60f0c7835c728b649d0a95048e6186c0057e7 100644
(file)
--- a/
lib/basen.h
+++ b/
lib/basen.h
@@
-19,7
+19,7
@@
#ifndef BASEN_H
#define BASEN_H
#ifndef BASEN_H
#define BASEN_H
-int basen(u
nsigned long
*v,
+int basen(u
int32_t
*v,
int nwords,
char buffer[],
size_t bufsize,
int nwords,
char buffer[],
size_t bufsize,
@@
-29,6
+29,11
@@
int basen(unsigned long *v,
* Returns 0 on success or -1 on overflow.
*/
* Returns 0 on success or -1 on overflow.
*/
+int nesab(uint32_t *v,
+ int nwords,
+ const char *s,
+ unsigned base);
+
#endif /* BASEN_H */
/*
#endif /* BASEN_H */
/*