/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/utils.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-11-24 17:37:05 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20141124173705-iu97keoxp0qfxlxm
* Made code compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define __H_UTILS__
25
25
 
26
26
#include "defs.h"
 
27
#include "stddef.h"
27
28
 
28
29
BEGIN_DECLS
29
30
 
32
33
 
33
34
void s_print (const char * string);
34
35
 
35
 
#BEGIN_DECLS
 
36
BEGIN_DECLS
36
37
 
37
38
#endif