File: misc-functions.texi

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (16 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@node Misc Functions, , Container Functions, Functions
@chapter Miscellaneous Functions

@itemize @bullet
@item
Function: void rdfCleanupParser()
@findex rdfCleanupParser

Cleans up the parser

This function is called automatically upon completion of the program.
Only call it if you are absolutely done with the library ahead of time
and want to free up some memory.

@end itemize