24 lines
341 B
C
24 lines
341 B
C
#ifndef __NASAL_H__
|
|
#define __NASAL_H__
|
|
|
|
#include "nasal_hash.cpp"
|
|
#include "nasal_list.cpp"
|
|
#include "nasal_print.h"
|
|
|
|
// int
|
|
// char
|
|
// long long int
|
|
// double
|
|
// float
|
|
// string
|
|
// const char *
|
|
// NasalHash
|
|
// NasalList
|
|
|
|
/*
|
|
NasalList->delete NasalList & NasalHash
|
|
|
|
NasalHash->delete NasalList & NasalHash
|
|
*/
|
|
#endif
|