Delete var.h
This commit is contained in:
parent
b6797013dd
commit
de92c68a1e
23
var.h
23
var.h
|
@ -1,23 +0,0 @@
|
|||
#ifndef __VAR_H__
|
||||
#define __VAR_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
|
Loading…
Reference in New Issue