diff options
author | kartofen <mladenovnasko0@gmail.com> | 2024-08-25 15:46:56 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2024-08-25 15:46:56 +0300 |
commit | c740ece288c3fb6f858a911222fd63caf95c4eea (patch) | |
tree | 860b3e15260b9f1cf6abc3c1f26d586c4ffdcd85 /src/env.h | |
parent | 54f071ac7d47ef515a3f6a4db9e83f2f9aca3c8c (diff) |
lambda work, closures work, everything works
Diffstat (limited to 'src/env.h')
-rw-r--r-- | src/env.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,5 +24,4 @@ env_t env_create(env_t parent, env_destroy_func destroy_func); env_t env_copy(env_t env); void env_destroy(env_t env); - #endif |