version 1.7, 2013/03/13 14:54:39
|
version 1.9, 2014/02/08 22:06:17
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 | Copyright 2004 - 2014 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 447 err:
|
Line 447 err:
|
* @mode = Permissions for new buffered file I/O |
* @mode = Permissions for new buffered file I/O |
* return: NULL error or open buffered file |
* return: NULL error or open buffered file |
*/ |
*/ |
inline FILE * | FILE * |
io_fd2buf(int fd, const char *mode) |
io_fd2buf(int fd, const char *mode) |
{ |
{ |
FILE *f; |
FILE *f; |