shithub: mc

ref: 46a5568cdeeb3d83c2c19eea218f232a9515f887
dir: /mi/df.c/

View raw version
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

#include "parse.h"
#include "opt.h"

void flow(Cfg *cfg)
{
}