summaryrefslogtreecommitdiff
path: root/div.h
blob: 7efbc8e6e6f5059f19136c9efafa98b3a193e1c0 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef DIV_H
#define DIV_H

#include "prv.h"

extern const struct seq divseq[];

#endif