ref: 3e6f824c6113b7c4defaa01cf25cd94d1b050f69
dir: /parse/use.c/
#include <stdlib.h> #include <stdio.h> #include <stdint.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" void readuse(Node *use, Stab *st) { die("Unimplmented use loading"); } void writeuse(Node *file, FILE *out) { die("Unimplemented use writing"); }