예제 #1
0
파일: espAbbrev.c 프로젝트: embedthis/esp
PUBLIC cchar *getCookies()
{
    return espGetCookies(getStream());
}
예제 #2
0
PUBLIC cchar *getCookies()
{
    return espGetCookies(getConn());
}