| 総合手引 | セクション 2 | English | Deutsch | オプション |
#include <fcntl.h>
creat() 関数は次のものと同じです。
open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);
| CREAT (2) | June 2, 1993 |
| 総合手引 | セクション 2 | English | Deutsch | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | C is a language that combines all the elegance and power of assembly language with all the readability and maintainability of assembly language. | ” |