Skip to content
Snippets Groups Projects
Select Git revision
  • 8f50faaa073ba3aed541ccc3987cd0915e8c56ef
  • master default
  • wip-add-ed25519
  • disable-sha1
  • lsh-2.0.4
  • experimental-20050201
  • lsh-1.4.2
  • lsh-1.2
  • lsh_2.1_release_20130626
  • converted-master-branch-to-git
  • nettle_2.4_release_20110903
  • nettle_2.3_release_20110902
  • nettle_2.2_release_20110711
  • nettle_2.1_release_20100725
  • camellia_32bit_20100720
  • nettle_2.0_release_20090608
  • converted-lsh-2.0.4-branch-to-git
  • lsh_2.0.4_release_20070905
  • lsh_2.9_exp_release_20070404
  • nettle_1.15_release_20061128
  • after_experimental_merge_20060516
  • branch_before_experimental_merge_20060516
  • converted-experimental-branch-to-git
  • head_before_experimental_merge_20060516
  • lsh_2.0.3_release_20060509
  • lsh_2.0.2_release_20060127
  • nettle_1.14_release_20051205
  • nettle_1.13_release_20051006
28 results

write_buffer.h

Blame
  • 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