- added stuff for ease/pardef
This commit is contained in:
13
sugar.h
Normal file
13
sugar.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------
|
||||
sugar.h
|
||||
|
||||
syntactic sugar for accessing object subvariables
|
||||
|
||||
Markus Zolliker, March 2005
|
||||
----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/* make an sugar object named "name", referring to "alias"
|
||||
which is normally an object and a parameter name separated with space
|
||||
*/
|
||||
int SugarMake(char *name, char *alias);
|
||||
Reference in New Issue
Block a user