예제 #1
0
EXPORT(sqInt) getThisSession(void) {
	return sqFileThisSession();
}
예제 #2
0
getThisSession(void)
{
	// FilePlugin>>#getThisSession
	return sqFileThisSession();
}
예제 #3
0
파일: FilePlugin.c 프로젝트: smarr/OmniVM
getThisSession(void)
{
	return sqFileThisSession();
}