Rodrigo Almeida / pqdb

Dependents:   pqdb_demo

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers so.h Source File

so.h

00001 #ifndef SO_H_
00002 #define SO_H_
00003 
00004     void soInit (void);
00005     void soWrite(int value);
00006 
00007 #endif