exc/k&r/02-types-operators-and-exp/02-bitwise.h

8 lines
140 B
C

#ifndef BITWISE_H
#define BITWISE_H
int int_of_string(unsigned *x, char *s);
void printd_base(int base, unsigned x);
#endif // BITWISE_H