environ #15

Merged
cromer merged 27 commits from environ into master 2021-07-17 22:15:24 -04:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 1b68196f16 - Show all commits

View File

@ -15,5 +15,9 @@
#ifndef _MYSHELLIN_LOOP
#define _MYSHELLIN_LOOP
void add_to_cleanup(void *data);
void exit_cleanup();
void loop();
#endif