* xmlInitMemory: * * DEPRECATED: Alias for xmlInitParser. * * Returns 0. */
| 399 | * Returns 0. |
| 400 | */ |
| 401 | int |
| 402 | xmlInitMemory(void) { |
| 403 | xmlInitParser(); |
| 404 | return(0); |
| 405 | } |
| 406 | |
| 407 | /** |
| 408 | * xmlInitMemoryInternal: |
nothing calls this directly
no test coverage detected