COOPY » Guide  version 0.6.5
Functions | Variables
/home/paulfitz/cvs/coopy_scm/coopy/src/emcc/emdiff.cpp File Reference
#include <stdio.h>
#include <coopy/Diff.h>
#include <emscripten.h>
#include <string>

Go to the source code of this file.

Functions

const char * get_message ()
void process_message (const char *msg)
int main (int argc, char *argv[])

Variables

std::string emcc_result

Function Documentation

const char* get_message ( )

Definition at line 12 of file emdiff.cpp.

References emcc_result.

Referenced by main().

int main ( int  argc,
char *  argv[] 
)
void process_message ( const char *  msg)

Definition at line 16 of file emdiff.cpp.

References emcc_result.

Referenced by main().


Variable Documentation

std::string emcc_result

Definition at line 10 of file emdiff.cpp.

Referenced by get_message(), and process_message().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines