mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Updated FAQ (coding style) (markdown)
+4
-4
@@ -1,15 +1,15 @@
|
||||
= Types
|
||||
# Types
|
||||
|
||||
== Why don't you add _t suffix to typedef-ed symbols?
|
||||
## Why don't you add _t suffix to typedef-ed symbols?
|
||||
|
||||
_t suffix is reserved by POSIX.
|
||||
Even though We don't express to support POSIX, we can't ignore it.
|
||||
|
||||
== I found a symbol without mrb_/MRB_ prefix in the header file.
|
||||
## I found a symbol without mrb_/MRB_ prefix in the header file.
|
||||
|
||||
I'm sorry. It is ill formed. Please report to issue tracking or send pull request.
|
||||
|
||||
== My compiler don't support *int*_t. (and/or types may be defined in stdint.h)
|
||||
## My compiler don't support *int*_t. (and/or types may be defined in stdint.h)
|
||||
|
||||
It's possible even if your compiler supports C99.
|
||||
But it's necessary to obtain the source code portability.
|
||||
|
||||
Reference in New Issue
Block a user