mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 15:59:03 +00:00
SQLite search backend
This commit is contained in:
@@ -114,4 +114,7 @@ struct timespec timespec_add(struct timespec ts1, long usec);
|
||||
pthread_cond_timedwait(cond, mutex, &end_time); \
|
||||
} while (0)
|
||||
|
||||
#define array_foreach(arr) \
|
||||
for (int i = 0; (arr)[i] != NULL; i++)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user