Plugin guide

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

Stub for page for the Plugin creation guide.

<sourcecode>

  1. include <stdio.h>

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

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

} <sourcecode/>