mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
force C function definitions
This commit is contained in:
@@ -95,6 +95,7 @@ pub fn tos2(s byteptr) string {
|
||||
}
|
||||
}
|
||||
|
||||
// Same as `tos2`, but for char*, to avoid warnings
|
||||
pub fn tos3(s *C.char) string {
|
||||
if s == 0 {
|
||||
panic('tos3: nil string')
|
||||
|
||||
Reference in New Issue
Block a user