Delete var.h

This commit is contained in:
Valk Richard Li 2019-07-28 00:01:43 +08:00 committed by GitHub
parent b6797013dd
commit de92c68a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

23
var.h
View File

@ -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