Fennet
Lightweight HTTP server library for C
Loading...
Searching...
No Matches
lib.h File Reference

Main library file. More...

#include "api.h"

Go to the source code of this file.

Macros

#define NAH   0
 Not. More...
 
#define YUP   1
 Yes. More...
 

Functions

int FEN_API doesItLookLikeImBoring ()
 Tells me if i'm boring or not. More...
 

Detailed Description

Main library file.

Definition in file lib.h.

Macro Definition Documentation

◆ NAH

#define NAH   0

Not.

Same as false.

Definition at line 15 of file lib.h.

◆ YUP

#define YUP   1

Yes.

Same as true.

Definition at line 21 of file lib.h.

Function Documentation

◆ doesItLookLikeImBoring()

int FEN_API doesItLookLikeImBoring ( )

Tells me if i'm boring or not.

Returns NAH if i'm not boring or YUP if i am boring.

Returns
int