]> andersk Git - splint.git/blob - test/metastate/nullterminated.mts
Added the splint.org css sheet to the html version of the faq.
[splint.git] / test / metastate / nullterminated.mts
1 state nullterminated
2    context reference
3    oneof notnullterminated, nullterminated
4    annotations
5       nullterminated reference ==> nullterminated
6       notnullterminated reference ==> notnullterminated
7    merge
8       notnullterminated + * ==> notnullterminated
9    transfers
10       notnullterminated as nullterminated ==> error 
11         "Possibly unterminated storage used as nullterminated."
12    defaults
13       reference notnullterminated
14       parameter nullterminated
15 end
16
This page took 0.054657 seconds and 5 git commands to generate.