Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadRDRK committed Nov 26, 2021
1 parent 9bf36fd commit 0cf3507
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/zpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

/** @file */

#ifdef __cplusplus
extern "C" {
#endif

#include <stdio.h>
#include <stddef.h>
#include <stdint.h>
Expand Down Expand Up @@ -221,6 +217,10 @@ enum zpack_result //! Return codes

};

#ifdef __cplusplus
extern "C" {
#endif

// Reading //

/** @defgroup lowlevel_read Low-level Reading Functions
Expand Down

0 comments on commit 0cf3507

Please sign in to comment.