Skip to content

Commit b645fd6

Browse files
committed
fixed declaration of fpos_t
1 parent d074e9f commit b645fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/cstdio/fpos_t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
```cpp
77
namespace std {
8-
typedef /* implementation-defined */ fpos_t;
8+
using fpos_t = /* implementation-defined */;
99
}
1010
```
1111

0 commit comments

Comments
 (0)