We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1e08d commit 6680292Copy full SHA for 6680292
headerapi.md
@@ -8,3 +8,6 @@ title: Header API
8
9
## Misc
10
* `utf8` - A global var that determines whether to use `cp932` (JP ver.) or `UTF-8` (International ver.). True by default.
11
+* `panic()` - A function used to signal warnings - this is usually used by the API to signal errors, more can be found in the Error section.
12
+
13
+## Errors
0 commit comments