Update time.c

This commit is contained in:
blueloveTH 2025-11-26 21:55:18 +08:00
parent dc9358aee3
commit c3291ef718

View File

@ -1,3 +1,5 @@
#define _XOPEN_SOURCE 700
#include "pocketpy/pocketpy.h" #include "pocketpy/pocketpy.h"
#include <time.h> #include <time.h>
#include <assert.h> #include <assert.h>