acme
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Variables
Typedefs
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Concepts
Loading...
Searching...
No Matches
prototype
string
c
strdup.h
1
//
2
// c_strdup.h
3
// acme
4
//
5
// Created by Camilo Sasuke Thomas Borregaard Sørensen on 2024-01-30.
6
// Copyright © 2024 Camilo Sasuke Tsumanuma. All rights reserved.
7
//
8
#pragma once
9
10
11
namespace
c
12
{
13
14
CLASS_DECL_ACME
char
* strdup(
const
char
* psz);
15
16
}
// namespace c
17
18
19
Generated by
1.13.2