version 1.5.2.1, 2020/06/19 22:35:04
|
version 1.6.42.1, 2025/08/21 15:40:07
|
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 - 2020 | Copyright 2004 - 2024 |
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 62 typedef SLIST_HEAD(, tagPIOPID) pio_pid_t;
|
Line 62 typedef SLIST_HEAD(, tagPIOPID) pio_pid_t;
|
|
|
extern pio_pid_t pio_pidlist; |
extern pio_pid_t pio_pidlist; |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
/* |
/* |
* e_popen() - ELWIX replacement of standard popen |
* e_popen() - ELWIX replacement of standard popen |
Line 125 struct tagPIOPID *pio_pgetpid(int iop);
|
Line 128 struct tagPIOPID *pio_pgetpid(int iop);
|
*/ |
*/ |
int pio_pchkpid(array_t ** __restrict pids); |
int pio_pchkpid(array_t ** __restrict pids); |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif |
#endif |