mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
12 lines
142 B
C
12 lines
142 B
C
/*
|
|
* Containers defined for current build.
|
|
*
|
|
* Copyright (C) 2009 B Labs Ltd.
|
|
*/
|
|
|
|
struct container container[] = {
|
|
.[0] = { 0 },
|
|
},
|
|
};
|
|
|