Skip subtree of excluded directories

This commit is contained in:
2021-11-07 11:56:09 -05:00
parent 5b62fe77f2
commit be8eedc9c7
2 changed files with 17 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
#ifndef SIST_H
#define SIST_H
#define _GNU_SOURCE
#ifndef FALSE
#define FALSE (0)
#define BOOL int