lsflib/include/bits.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sun, 10 May 2009 18:44:50 +0200
changeset 90 d494813f9e5b
parent 9 c3fecc82ade6
permissions -rw-r--r--
cppdatabase added cppdatabase stores data in a file and retrieves it back committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 * test/demos/lsflib/include/bits.h
 * Copyright (C) 2008 Markus Broeker
 */

#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