| File doc/godi-frontc/html/code_VALCtoxml.convert_storage.html | GODI Package godi-frontc |
| code_VALCtoxml.convert_storage.html |
let rec convert_storage store def =
match store with
NO_STORAGE -> convert_storage def AUTO
| AUTO -> "auto"
| STATIC -> "static"
| EXTERN ->"extern"
| REGISTER -> "register"