mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
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.
14 lines
229 B
C
14 lines
229 B
C
/*
|
|
* 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__ */
|