shithub: mc

ref: b7ad8cdab0be770c844a9e1054c4d7f63773abdf
dir: /opt/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)
{
    die("Flow analysis not implemented");
}