mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
41396ff48a
- Fix handling of precision in hex float formatting - Enhance the cocmd interpreter for system() and popen() - Manually ran the Lua unit tests, which are now passing - Let stdio i/o operations happen when file is in error state - We're now saving and restoring xmm in ftrace out of paranoia
6 lines
145 B
C
6 lines
145 B
C
#ifndef _FTW_H
|
|
#define _FTW_H
|
|
#include "libc/calls/weirdtypes.h"
|
|
#include "libc/sysv/consts/s.h"
|
|
#include "libc/stdio/ftw.h"
|
|
#endif /* _FTW_H */
|