This commit is contained in:
2024-01-18 16:21:34 +01:00
parent ac57431ac4
commit dbafdbeea5
22 changed files with 8 additions and 1464 deletions

View File

@@ -1,15 +0,0 @@
/*
* support.h -- object representation and support functions
*/
#ifndef _SUPPORT_H_
#define _SUPPORT_H_
/* support functions */
void fatalError(char *msg); /* print a message and exit */
void * newPrimObject(int dataSize); /* create a new primitive object */
void * getPrimObjectDataPointer(void * primObject);
#endif /* _SUPPORT_H_ */