mirror of
https://github.com/drasko/codezero.git
synced 2026-01-17 21:33:15 +01:00
Added 2 more files.
This commit is contained in:
11
src/generic/container.c
Normal file
11
src/generic/container.c
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Containers defined for current build.
|
||||
*
|
||||
* Copyright (C) 2009 B Labs Ltd.
|
||||
*/
|
||||
|
||||
struct container container[] = {
|
||||
.[0] = { 0 },
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user