libc.obj:

- Added atof function
- Added example for working with threads

git-svn-id: svn://kolibrios.org@9137 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2021-08-15 20:21:32 +00:00
parent 48a6c045c4
commit e7ec006b8b
7 changed files with 89 additions and 4 deletions

View File

@@ -43,4 +43,6 @@ extern int _FUNC(rand)(void);
extern void _FUNC(__assert_fail)(const char *expr, const char *file, int line, const char *func);
extern void _FUNC(qsort)(void *base0, size_t n, size_t size, int (*compar)(const void *, const void *));
extern double _FUNC(atof)(const char *ascii);
#endif