mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -04:00
7 lines
84 B
V
7 lines
84 B
V
module picoev
|
|
|
|
@[if picoev_verbose_errors ?]
|
|
fn elog(msg string) {
|
|
eprintln(msg)
|
|
}
|