Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e9ee3e6a3ed2afd17963e2cfcd1b5830f0a19c96
/
.
/
aos
/
libc
/
dirname.h
blob: c549b3c7d91f46e0dd57246c77a00d5c48c9e430 [
file
] [
log
] [
blame
]
#ifndef
AOS_LIBC_DIRNAME_H_
#define
AOS_LIBC_DIRNAME_H_
#include
<string>
namespace
aos
::
libc
{
// Thread-safe version of dirname(3).
::
std
::
string
Dirname
(
const
::
std
::
string
&
path
);
}
// namespace aos::libc
#endif
// AOS_LIBC_DIRNAME_H_