24.12.2012 Views

CSC322 C Programming and UNIX - Department of Computer ...

CSC322 C Programming and UNIX - Department of Computer ...

CSC322 C Programming and UNIX - Department of Computer ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

#include "chario.h"<br />

The Integer I/O Library: integerio.h<br />

/* Read an integer in base base. */<br />

int read_int_base(int base);<br />

/* Check if there is a integer to be read, i.e. a digit or ’-’<br />

directly followed by a digit */<br />

int int_available(int base);<br />

/* Write integer in any base to stdout */<br />

void write_int_base(int value, int base);<br />

Stephan Schulz 197

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!