Skip to content

Using LibDessert in C

Grey Newell edited this page Jun 10, 2013 · 1 revision

Best practices:

  1. Include statements for the libraries must be externed, as follows:
extern "C"{
 #include <dessert.h>
 #include <libcli.h>
 }
  1. You must also be sure to use include shields (infdef, ifdef) to prevent multiple pass compiler causing errors that doesn't exist in single pass compiles of c code.
Clone this wiki locally