/* main.c */ #include "defs.h" int main() { kbd(); command(); display(); insert(); search(); files(); utils(); }