Skip to content

Commit

Permalink
extend the boundary of extern C
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexus-TYF committed Aug 10, 2020
1 parent d7816f8 commit 5a0ac05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/WBMatrix/WBMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#include <stdlib.h>
#include <stdio.h>

void SetRandSeed(unsigned int seed);//Set random seed

#ifdef __cplusplus
extern "C"
{
#endif

void SetRandSeed(unsigned int seed);//Set random seed
/*
* 4bit Matrix operation
*/
Expand Down

0 comments on commit 5a0ac05

Please sign in to comment.