9 lines
128 B
C
9 lines
128 B
C
#include "time_header.h"
|
|
|
|
void tzfree(timezone_t sp)
|
|
{
|
|
if (sp != NULL) {
|
|
FreeMem(sp, sizeof(struct state));
|
|
}
|
|
}
|