資源簡介
busybox-1.20.0.tar
代碼片段和文件信息
/*?vi:?set?sw=4?ts=4:?*/
/*
?*?Stub?for?linking?busybox?binary?against?libbusybox.
?*
?*?Copyright?(C)?2007?Denys?Vlasenko?
?*
?*?Licensed?under?GPLv2?see?file?LICENSE?in?this?source?tree.
?*/
#include?“busybox.h“
#if?ENABLE_BUILD_LIBBUSYBOX
int?main(int?argc?UNUSED_PARAM?char?**argv)
{
return?lbb_main(argv);
}
#endif
評(píng)論
共有 條評(píng)論