mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
- Directory creation, file read/write is OK. - Cannot reuse old task's fds. They are not recycled for some reason. - Problems with fork/clone/exit. They fail for a reason.
6 lines
79 B
C
6 lines
79 B
C
#ifndef __API_SPACE_H__
|
|
#define __API_SPACE_H__
|
|
|
|
|
|
#endif /* __API_SPACE_H__ */
|