File: socket_examples.h

package info (click to toggle)
ocproxy 1.60-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, stretch, trixie
  • size: 5,372 kB
  • ctags: 10,629
  • sloc: ansic: 79,912; makefile: 550; sh: 145; tcl: 102; perl: 81
file content (6 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#ifndef LWIP_SOCKET_EXAMPLES_H
#define LWIP_SOCKET_EXAMPLES_H

void socket_examples_init(void);

#endif /* LWIP_SOCKET_EXAMPLES_H */