|
|
1.1 root 1: #define _POSIX_SOURCE
2: #include <stddef.h>
3: #include <stdio.h>
4: #include <string.h>
5: #include "jukeface.h"
6: #include "jukebox.h"
7:
8: void
9: j_init(Jukebox *j)
10: {
11: j->nshelves = 0;
12: j->nluns = 0;
13: j->ndrives = 0;
14: j->luns = 0;
15: j->shelves = 0;
16: j->names = 0;
17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.