Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

ILU

This document is a tutorial on how to use the ILU system with the programming
language ANSI C, both as a way of developing software libraries, and as a way of
building distributed systems. In an extended example, we'll build an ILU module
that implements a simple four-function calculator, capable of addition,
subtraction, multiplication, and division. It will signal an error if the user
attempts to divide by zero.