Last change
on this file since 167 was 167, checked in by coas-nagasima, 7 years ago |
MIMEにSJISを設定
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/x-chdr; charset=SHIFT_JIS
|
File size:
177 bytes
|
Line | |
---|
1 | #ifndef __SNTP_H__
|
---|
2 | #define __SNTP_H__
|
---|
3 |
|
---|
4 | #ifdef __cplusplus
|
---|
5 | extern "C" {
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | void sntp_init(void);
|
---|
9 | void sntp_stop(void);
|
---|
10 |
|
---|
11 | #ifdef __cplusplus
|
---|
12 | }
|
---|
13 | #endif
|
---|
14 |
|
---|
15 | #endif /* __SNTP_H__ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.