forked from KolibriOS/kolibrios
4bc3d82296
- Added srand and rand - Added _libc_get_version - Update libc.obj.a binary git-svn-id: svn://kolibrios.org@8743 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 8743
|
|
|
|
extern unsigned _FUNC(_libc_get_version)();
|
|
|
|
#endif
|