Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
libgen.h
Go to the documentation of this file.
1 
4 /* Newlib declares basename() in <string.h> but ships neither it nor dirname()
5  */
6 #ifndef _TENOK_LIBGEN_H
7 #define _TENOK_LIBGEN_H
8 
9 char *dirname(char *path);
10 
11 #endif