12 lines
205 B
C
12 lines
205 B
C
#ifndef __SMCC_UTILS_H__
|
|
#define __SMCC_UTILS_H__
|
|
|
|
#include <libcore.h>
|
|
#include "vector.h"
|
|
#include "kllist.h"
|
|
#include "hashtable.h"
|
|
#include "string.h"
|
|
#include "strpool.h"
|
|
|
|
#endif // __SMCC_UTILS_H__
|