| 13 | namespace NULLCPugiXML |
| 14 | { |
| 15 | class xml_attribute |
| 16 | { |
| 17 | public: |
| 18 | pugi::xml_attribute attribute; // pointer sized |
| 19 | }; |
| 20 | xml_attribute xml_attribute__next_attribute(xml_attribute* ptr) |
| 21 | { |
| 22 | xml_attribute ret; |
no outgoing calls
no test coverage detected