forked from KolibriOS/kolibrios
57e9ef6e7d
- Added new headers git-svn-id: svn://kolibrios.org@8745 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
153 B
C
11 lines
153 B
C
#ifndef _LIBC_VERSION_H_
|
|
#define _LIBC_VERSION_H_
|
|
|
|
#include <stddef.h>
|
|
|
|
#define _LIBC_VERSION 8745
|
|
|
|
extern unsigned _FUNC(_libc_get_version)();
|
|
|
|
#endif
|