We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a588f commit ae29e5cCopy full SHA for ae29e5c
README.md
@@ -15,10 +15,10 @@ is done on floating point numbers in the IEEE-754 standard, except that
15
everything is in decimal format.
16
17
To compile:
18
-Place dfloat.c and dfloat.h in the same directory as your project
+Place dfloat.c and dfloat.h in the same directory as your project.
19
Create linkable object file: gcc -c dfloat.c
20
-#include "dfloat.h" in any C files that use libdfloat
21
-Make linkable object files from your own project files
+#include "dfloat.h" in any C files that use libdfloat.
+Make linkable object files from your own project files.
22
Run the following command: gcc -o project_name *.o
23
24
Be sure to credit me and include the Michael Warren FSL with any project
0 commit comments