lsflib/include/bits.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 13 Dec 2008 17:58:00 +0100
changeset 8 96d16dfe787a
parent 6 c3dc3eb3b541
child 9 c3fecc82ade6
permissions -rw-r--r--
We use return EXIT_SUCCESS instead of return 0 committer: Markus Bröker <mbroeker@largo.homelinux.org>

#ifndef __BITS_H__
#define __BITS_H__

#define BITS 8

char *bindump (char *, int);
char *hexdump (char *, int);
char *not (char *);
char *xor (char *, char);

#endif