mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-03-23 11:04:48 +00:00
6 lines
155 B
C
6 lines
155 B
C
#ifndef EXAMPLE_NONBLOCK_CONNECT_H
|
|
#define EXAMPLE_NONBLOCK_CONNECT_H
|
|
|
|
void example_nonblock_connect(void);
|
|
|
|
#endif /* EXAMPLE_NONBLOCK_CONNECT_H */
|