代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/16793/691384
run-func
echo "warning: if you have exported functions defined in your environment," >&2
echo "warning: they may show up as diff output." >&2
echo "warning: if so, please do not consider this a test failure" >
www.eeworm.com/read/16793/691429
tests func.tests
a()
{
x=$((x - 1))
return 5
}
b()
{
x=$((x - 1))
a
echo a returns $?
return 4
}
c()
{
x=$((x - 1))
b
echo b returns $?
return 3
}
d()
{
x=$((x - 1))
c
echo c returns $?
return 2
}
e(
www.eeworm.com/read/31453/1020698
h func.h
www.eeworm.com/read/31455/1020854
h func.h
www.eeworm.com/read/37025/1066859
h func.h
#ifdef __FUNCC__
#else
#endif
bit bChangeSource(void);
void ChangeSourceHandler(void);
void CInitInputSource(void);
void CInitSoundChannel(BYTE ucChannel);
www.eeworm.com/read/37025/1066860
c func.c
#include "Core\Header\Include.h"
//__________________________________________________________________________
//
// Audio func
//_________________________________________