renamed files for code cleanup

This commit is contained in:
Heng Li
2020-03-25 19:59:17 -04:00
parent 5a6b97145a
commit 716713685c
11 changed files with 83 additions and 80 deletions

View File

@@ -3,7 +3,7 @@
#include <assert.h>
#include <string.h>
#include "kvec.h"
#include "yak.h"
#include "htab.h"
typedef struct { // a simplified version of kdq
int front, count;