]> pd.if.org Git - pdclib/blob - opt/nothread/tss_delete.c
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / opt / nothread / tss_delete.c
1 #include <threads.h>\r
2 \r
3 void tss_delete(tss_t key)\r
4 {\r
5         key.self->self = NULL;\r
6 }\r