Skip to content

Commit

Permalink
update extern C for cplusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgwoon committed Sep 10, 2018
1 parent d582a12 commit dd17590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lfqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@ extern void lfqueue_destroy(lfqueue_t *lfqueue);
extern size_t lfqueue_size(lfqueue_t *lfqueue);
extern void lfqueue_sleep(unsigned int milisec);


#ifdef __cplusplus
}
#endif

#endif

0 comments on commit dd17590

Please sign in to comment.