8 lines
75 B
C
8 lines
75 B
C
|
#ifndef __LIST_H__
|
||
|
#define __LIST_H__
|
||
|
|
||
|
#include "lan_str_table.h"
|
||
|
|
||
|
|
||
|
#endif
|