Plugin guide

From SPEDAS Wiki
Revision as of 00:41, 11 February 2014 by Spedas (talk | contribs)
Jump to navigation Jump to search

Stub for page for the Plugin creation guide.

<syntaxhighlight>

  1. include <stdio.h>

int main(int argc, int ** argv) {

  printf("%s\n","Hello World!");

} <syntaxhighlight/>