webc
v0.0.11
Write and deploy websites using the C Programming Language.
Loading...
Searching...
No Matches
pss.h
Go to the documentation of this file.
1
32
#ifndef WEBC_TEMPLATE_PSS_H
33
#define WEBC_TEMPLATE_PSS_H
34
35
#include "
../webc-core.h
"
36
#include "
./template.h
"
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
41
42
typedef
struct
{
43
Template
template
;
44
Project
project;
45
}
ProjectShowcaseSite
;
46
47
WEBCAPI
char
* WEBC_TemplateProjectShowcaseSite(
ProjectShowcaseSite
site);
48
WEBCAPI
void
WEBC_TemplateProjectShowcaseSiteFragment(
char
** buffer,
ProjectShowcaseSite
site);
49
50
#ifdef __cplusplus
51
}
52
#endif
53
54
#endif
// WEBC_TEMPLATE_PSS_H
ProjectShowcaseSite
Definition
pss.h:42
Project
Definition
template.h:40
Template
Definition
template.h:50
template.h
webc-core.h
include
webc-templates
pss.h
Generated on Tue Oct 22 2024 21:08:31 for webc by
1.12.0