Curie is a very minimalistic, tiny C library. Itsupports basic I/O, basic networking,S-expression based I/O, signal handling, processhandling, and I/O multiplexing. If the targetarchitecture is explicitly supported, staticallylinked binaries may be as small as 4-20 kilobytes;if not, then it only relies on the host's Clibrary. The library explicitly does not provide aPOSIX interface so that it may be used inconjunction with a regular host libc (or without one).