Skip to content

Commit

Permalink
Restore the static library
Browse files Browse the repository at this point in the history
  • Loading branch information
brynne8 committed Jul 30, 2014
1 parent 7c36970 commit 4f0b3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// sin cos tan atan2 pow exp log sqrt atof
#ifndef __MATH_H
#define __MATH_H
#lib libm.so
#include <_shared_lib.h>
extern "C" {
/* From Appendix B4 of K&R2 */
// double sin(double);
Expand All @@ -30,7 +30,7 @@ extern "C" {
//* double mod(double, double *); *not in Linux?*
double fmod(double, double);
}
#lib
#include <_end_shared.h>
#endif


Expand Down

0 comments on commit 4f0b3f8

Please sign in to comment.