|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
#include "config.h"#include "myarr.h"#include "mydefs.h"#include "myfft.h"#include "mysound.h"#include "mysync.h"#include "parseargs.h"#include "printing.h"#include <alsa/asoundlib.h>#include <errno.h>#include <poll.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include <sys/timerfd.h>#include <time.h>#include <unistd.h>
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |