]> pd.if.org Git - pdclib/blob - opt/nothread/tss_get.c
7077ac68dbe21113ee5b94874d2551f4493123a0
[pdclib] / opt / nothread / tss_get.c
1 #include <threads.h>\r
2 \r
3 void *tss_get(tss_t key)\r
4 {\r
5         return key.value;\r
6 }