ab0a67f7af
. during build, uses much less memory, disk space, and time . lets us throw out bintoc
9 lines
232 B
C
9 lines
232 B
C
/*
|
|
local defines and declarations
|
|
*/
|
|
|
|
extern unsigned char _binary_imgrd_mfs_start[], *_binary_imgrd_mfs_end;
|
|
|
|
#define imgrd _binary_imgrd_mfs_start
|
|
#define imgrd_size \
|
|
((size_t)(_binary_imgrd_mfs_end - _binary_imgrd_mfs_start))
|