Small Programs

This package contains some small programs:
after.c
Runs a program after the given process ends.
bin2c.c
Converts a file into a byte array to be compiled into a C program.
box.c
Makes a comment title for C.
daemon.c
Runs the given program in daemon mode, double forking etc.
faiz.c
Calculates interest and monthly payments.
mkres.c
Similar to bin2c, but collects multiple files into a C array.
rot13.c
ROT-13 decoder.
self.c
Prints its own source code.
strtohex.c
Same thing as bin2c I guess.
title.c
Changes the title of the terminal emulator.
trupper.c
Converts the given string to uppercase, using Turkish UTF-8 characters for both input and output.