21 lines
372 B
C
21 lines
372 B
C
/*
|
|
4coder_table.h - Preversioning
|
|
no warranty implied; use at your own risk
|
|
|
|
This software is in the public domain. Where that dedication is not
|
|
recognized, you are granted a perpetual, irrevocable license to copy,
|
|
distribute, and modify this file as you see fit.
|
|
*/
|
|
|
|
// TOP
|
|
|
|
#if !defined(FCODER_TABLE_H)
|
|
#define FCODER_TABLE_H
|
|
|
|
#error Deprecated file
|
|
|
|
#endif
|
|
|
|
// BOTTOM
|
|
|