Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

hogweed-benchmark.c

Blame
  • Forked from Nettle / nettle
    Source project has a limited visibility.
    compile_string 390 B
    NAME
    	compile_string - compile a string to a program
    
    SYNTAX
    	program compile_string(string prog, string name);
    
    DESCRIPTION
    	Compile_string takes a complete LPC program as an argument in a the
    	string prog and compiles it to clonable program. The second argument
    	will be used as the file name of the program and will be used for
    	error messages and such.
    
    SEE ALSO
    	compile_string, clone