Created container.h and added more comprehensive hello world

Added a per-container container.h that inclues useful definitions.
Hello world now is in a separate file not to modify main too often.
hello world now prints container name and id.
This commit is contained in:
Bahadir Balban
2009-09-27 18:35:38 +03:00
parent bd448babaa
commit 1c2eaae8b3
4 changed files with 44 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
/*
* Autogenerated definitions for this container.
*/
#ifndef __CONTAINER_H__
#define __CONTAINER_H__
#define __CONTAINER_NAME__ "%s"
#define __CONTAINER_ID__ %d
#define __CONTAINER__ "cont%d"
#endif /* __CONTAINER_H__ */