source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/examples/tftp/tftp_example.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 460 bytes
Line 
1/*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
6
7/*
8 * File: tftp_example.h
9 * Author: dziegel
10 *
11 * Created on February 17, 2018, 3:43 PM
12 */
13
14#ifndef TFTP_EXAMPLE_H
15#define TFTP_EXAMPLE_H
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21void tftp_example_init(void);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif /* TFTP_EXAMPLE_H */
28
Note: See TracBrowser for help on using the repository browser.