bglibs
wrap.h
1 #ifndef MSG__WRAP__H__
2 #define MSG__WRAP__H__
3 
4 extern int wrap_exit;
5 extern void wrap_chdir(const char*);
6 extern void wrap_str(int);
7 extern void wrap_alloc(const void*);
8 
9 #endif
str::s
char * s
Definition: str.h:36
fmt_udecw
unsigned fmt_udecw(char *buffer, unsigned long num, unsigned width, char pad)
Definition: udec.c:4
obuf_putu
int obuf_putu(obuf *out, unsigned long data)
Definition: obuf_putunumw.c:21
fmt_unumw
unsigned fmt_unumw(char *buffer, unsigned long num, unsigned width, char pad, unsigned base, const char *digits)
Definition: unum.c:38
socket_unixdgm
int socket_unixdgm(void)
Definition: unixdgm.c:26
FMT_ULONG_LEN
#define FMT_ULONG_LEN
Definition: fmt.h:54
obuf_puts
#define obuf_puts(out, str)
Definition: obuf.h:74
fmt_uhexw
unsigned fmt_uhexw(char *buffer, unsigned long num, unsigned width, char pad)
Definition: uhexl.c:5
outbuf
obuf outbuf
Definition: obuf_stdout.c:7
fmt_uHexw
unsigned fmt_uHexw(char *buffer, unsigned long num, unsigned width, char pad)
Definition: uhexu.c:5
socket_unixstr
int socket_unixstr(void)
Definition: unixstr.c:26
str
Definition: str.h:30
str_upper
void str_upper(str *s)
Definition: upper.c:22
obuf_putc
int obuf_putc(obuf *out, char ch)
Definition: obuf_putc.c:4