/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/languages/C/Samples/Plugins/Class_Unknown/1.c

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
 
2
#include "interface.h"
 
3
void Plugin::_Plugin()
 
4
{
 
5
    printf("str:%p\n",str);
 
6
    strcpy(str,"Lib1");
 
7
    puts("OK");
 
8
    puts(str);
 
9
}
 
10
void Plugin::Call()
 
11
{
 
12
        puts(str);
 
13
}
 
 
b'\\ No newline at end of file'