Subversion Repositories SvarDOS

Rev

Rev 1247 | Rev 1273 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1247 Rev 1251
Line 24... Line 24...
24
 
24
 
25
#ifndef SVARLANG_H
25
#ifndef SVARLANG_H
26
#define SVARLANG_H
26
#define SVARLANG_H
27
 
27
 
28
/* library version */
28
/* library version */
29
#define SVARLANGVER "20230628"
29
#define SVARLANGVER "20230629"
30
 
30
 
31
/* returns a pointer to a string with the SvarLANG's library version,
31
/* returns a pointer to a string with the SvarLANG's library version,
32
 * independently of the SVARLANGVER string above. */
32
 * independently of the SVARLANGVER string above. */
33
const char *svarlang_getver(void);
33
const char *svarlang_getver(void);
34
 
34