From a4480e82d73e370751b5de8c23a928a3c7385ebe Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 2 Dec 2022 05:05:08 +0000 Subject: [PATCH] Documentation for 0f5f241a1d0a586cc7eb634c05f9320d793d1ad2 --- d0/d51/celsius__to__fahrenheit_8c.html | 283 ++++++++++++++++++ d0/d51/celsius__to__fahrenheit_8c.js | 6 + ...8dca7b867074164d5f45b0f3851269d_cgraph.map | 4 + ...8dca7b867074164d5f45b0f3851269d_cgraph.md5 | 1 + ...8dca7b867074164d5f45b0f3851269d_cgraph.svg | 36 +++ ...66f6b31b5ad750f1fe042a706a4e3d4_cgraph.map | 5 + ...66f6b31b5ad750f1fe042a706a4e3d4_cgraph.md5 | 1 + ...66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg | 51 ++++ d7/d58/celsius__to__fahrenheit_8c__incl.map | 5 + d7/d58/celsius__to__fahrenheit_8c__incl.md5 | 1 + d7/d58/celsius__to__fahrenheit_8c__incl.svg | 52 ++++ d9/dcc/prim_8c.html | 12 +- ...f9e6b7e6f15df4b525a2e7705ba3089_cgraph.map | 15 +- ...f9e6b7e6f15df4b525a2e7705ba3089_cgraph.md5 | 2 +- ...f9e6b7e6f15df4b525a2e7705ba3089_cgraph.svg | 141 +++------ ...f3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.map | 13 +- ...f3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.md5 | 2 +- ...f3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.svg | 103 ++----- df/d27/alaw_8c.html | 6 +- ...ddf1224851353fc92bfbff6f499fa97_cgraph.map | 9 +- ...ddf1224851353fc92bfbff6f499fa97_cgraph.md5 | 2 +- ...ddf1224851353fc92bfbff6f499fa97_cgraph.svg | 87 +----- dir_9babc524d57e25f3d9f4179cabc3599e.html | 3 + dir_9babc524d57e25f3d9f4179cabc3599e.js | 1 + files.html | 17 +- globals_c.html | 1 + globals_defs.html | 2 +- globals_func_c.html | 1 + globals_func_m.html | 2 +- globals_func_t.html | 2 +- globals_m.html | 4 +- globals_t.html | 2 +- navtreedata.js | 8 +- navtreeindex0.js | 40 +-- navtreeindex1.js | 18 +- navtreeindex2.js | 46 +-- navtreeindex3.js | 30 +- navtreeindex4.js | 6 +- search/all_16.js | 2 +- search/all_5.js | 60 ++-- search/all_f.js | 6 +- search/files_3.js | 5 +- search/functions_14.js | 2 +- search/functions_3.js | 35 +-- search/functions_d.js | 2 +- 45 files changed, 706 insertions(+), 426 deletions(-) create mode 100644 d0/d51/celsius__to__fahrenheit_8c.html create mode 100644 d0/d51/celsius__to__fahrenheit_8c.js create mode 100644 d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.map create mode 100644 d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.md5 create mode 100644 d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg create mode 100644 d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.map create mode 100644 d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.md5 create mode 100644 d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg create mode 100644 d7/d58/celsius__to__fahrenheit_8c__incl.map create mode 100644 d7/d58/celsius__to__fahrenheit_8c__incl.md5 create mode 100644 d7/d58/celsius__to__fahrenheit_8c__incl.svg diff --git a/d0/d51/celsius__to__fahrenheit_8c.html b/d0/d51/celsius__to__fahrenheit_8c.html new file mode 100644 index 00000000..61232db7 --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c.html @@ -0,0 +1,283 @@ + + + + + + + +Algorithms_in_C: conversions/celsius_to_fahrenheit.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Algorithms_in_C 1.0.0 +
+
Set of algorithms implemented in C.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
celsius_to_fahrenheit.c File Reference
+
+
+ +

Conversion of temperature in degrees from Celsius to Fahrenheit. +More...

+
#include <assert.h>
+#include <stdio.h>
+
+Include dependency graph for celsius_to_fahrenheit.c:
+
+
+
+
+
+ + + + + + + + + + +

+Functions

double celcius_to_fahrenheit (double celsius)
 for assert More...
 
static void test ()
 Self-test implementations. More...
 
int main ()
 Main function. More...
 
+

Detailed Description

+

Conversion of temperature in degrees from Celsius to Fahrenheit.

+
Author
Focusucof
+

Function Documentation

+ +

◆ celcius_to_fahrenheit()

+ +
+
+ + + + + + + + +
double celcius_to_fahrenheit (double celsius)
+
+ +

for assert

+

for IO operations

+

Convert celsius to Fahrenheit

Parameters
+ + +
celsiusTemperature in degrees celsius double
+
+
+
Returns
Double of temperature in degrees Fahrenheit
+
17 {
+
18 return (celsius * 9.0 / 5.0) + 32.0;
+
19 }
+
+
+
+ +

◆ main()

+ +
+
+ + + + + + + + +
int main (void )
+
+ +

Main function.

+
Returns
0 on exit
+
71 {
+
72 test(); // run self-test implementations
+
73 return 0;
+
74}
+
static void test()
Self-test implementations.
Definition: celsius_to_fahrenheit.c:25
+
+Here is the call graph for this function:
+
+
+
+
+ +
+
+ +

◆ test()

+ +
+
+ + + + + +
+ + + + + + + + +
static void test (void )
+
+static
+
+ +

Self-test implementations.

+
Returns
void
+
25 {
+
26 // 1st test
+
27 double input = 0.0;
+
28 double expected = 32.0;
+
29
+
30 double output = celcius_to_fahrenheit(input);
+
31
+
32 // 1st test
+
33 printf("TEST 1\n");
+
34 printf("Input: %f\n", input);
+
35 printf("Expected Output: %f\n", expected);
+
36 printf("Output: %f\n", output);
+
37 assert(output == expected);
+
38 printf("== TEST PASSED ==\n\n");
+
39
+
40 // 2nd test
+
41 input = 100.0;
+
42 expected = 212.0;
+
43
+
44 output = celcius_to_fahrenheit(input);
+
45
+
46 printf("TEST 2\n");
+
47 printf("Input: %f\n", input);
+
48 printf("Expected Output: %f\n", expected);
+
49 printf("Output: %f\n", output);
+
50 assert(output == expected);
+
51 printf("== TEST PASSED ==\n\n");
+
52
+
53 // 3rd test
+
54 input = 22.5;
+
55 expected = 72.5;
+
56
+
57 output = celcius_to_fahrenheit(input);
+
58
+
59 printf("TEST 3\n");
+
60 printf("Input: %f\n", input);
+
61 printf("Expected Output: %f\n", expected);
+
62 printf("Output: %f\n", output);
+
63 assert(output == expected);
+
64 printf("== TEST PASSED ==\n\n");
+
65}
+
double celcius_to_fahrenheit(double celsius)
for assert
Definition: celsius_to_fahrenheit.c:17
+
+Here is the call graph for this function:
+
+
+
+
+ +
+
+
+
+ + + + diff --git a/d0/d51/celsius__to__fahrenheit_8c.js b/d0/d51/celsius__to__fahrenheit_8c.js new file mode 100644 index 00000000..c792ecd8 --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c.js @@ -0,0 +1,6 @@ +var celsius__to__fahrenheit_8c = +[ + [ "celcius_to_fahrenheit", "d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5", null ], + [ "main", "d0/d51/celsius__to__fahrenheit_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ], + [ "test", "d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d", null ] +]; \ No newline at end of file diff --git a/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.map b/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.map new file mode 100644 index 00000000..063a3f50 --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.md5 b/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.md5 new file mode 100644 index 00000000..62bfc52e --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.md5 @@ -0,0 +1 @@ +7159880374d5e4e043e4eb6b39a9b87b \ No newline at end of file diff --git a/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg b/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg new file mode 100644 index 00000000..fdc336c4 --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg @@ -0,0 +1,36 @@ + + + + + + +test + + +Node1 + + +test + + + + + +Node2 + + +celcius_to_fahrenheit + + + + + +Node1->Node2 + + + + + diff --git a/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.map b/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.map new file mode 100644 index 00000000..732fdebb --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.md5 b/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.md5 new file mode 100644 index 00000000..1c83a499 --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.md5 @@ -0,0 +1 @@ +a617d701443e0d7cf197dcd3875c21ab \ No newline at end of file diff --git a/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg b/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg new file mode 100644 index 00000000..40666c76 --- /dev/null +++ b/d0/d51/celsius__to__fahrenheit_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg @@ -0,0 +1,51 @@ + + + + + + +main + + +Node1 + + +main + + + + + +Node2 + + +test + + + + + +Node1->Node2 + + + + + +Node3 + + +celcius_to_fahrenheit + + + + + +Node2->Node3 + + + + + diff --git a/d7/d58/celsius__to__fahrenheit_8c__incl.map b/d7/d58/celsius__to__fahrenheit_8c__incl.map new file mode 100644 index 00000000..8a85788a --- /dev/null +++ b/d7/d58/celsius__to__fahrenheit_8c__incl.map @@ -0,0 +1,5 @@ + + + + + diff --git a/d7/d58/celsius__to__fahrenheit_8c__incl.md5 b/d7/d58/celsius__to__fahrenheit_8c__incl.md5 new file mode 100644 index 00000000..45eef8c5 --- /dev/null +++ b/d7/d58/celsius__to__fahrenheit_8c__incl.md5 @@ -0,0 +1 @@ +bec8d3484239d8f0e22c8ddd711f3af4 \ No newline at end of file diff --git a/d7/d58/celsius__to__fahrenheit_8c__incl.svg b/d7/d58/celsius__to__fahrenheit_8c__incl.svg new file mode 100644 index 00000000..94172bff --- /dev/null +++ b/d7/d58/celsius__to__fahrenheit_8c__incl.svg @@ -0,0 +1,52 @@ + + + + + + +conversions/celsius_to_fahrenheit.c + + +Node1 + + +conversions/celsius +_to_fahrenheit.c + + + + + +Node2 + + +assert.h + + + + + +Node1->Node2 + + + + + +Node3 + + +stdio.h + + + + + +Node1->Node3 + + + + + diff --git a/d9/dcc/prim_8c.html b/d9/dcc/prim_8c.html index 9d90224c..81142117 100644 --- a/d9/dcc/prim_8c.html +++ b/d9/dcc/prim_8c.html @@ -219,7 +219,7 @@ Functions
192
193 if(argc == 2 && strcmp(argv[1],"-test") == 0)
194 {
-
195 test(&(*G),&(*MST),V);
+
195 test(&(*G),&(*MST),V);
196 }
197 else
198 {
@@ -228,13 +228,13 @@ Functions
201
202 return 0;
203}
-
test
static void test()
Self-test implementations.
Definition: decimal_to_any_base.c:94
+
test
static void test()
Self-test implementations.
Definition: celsius_to_fahrenheit.c:25
MAX
#define MAX
for IO operations
Definition: prim.c:36
user_graph
void user_graph(uint16_t G[][MAX], uint16_t MST[][MAX], uint16_t V)
Function user_graph(); gets user input adj.
Definition: prim.c:145
Here is the call graph for this function:
-
+
@@ -422,7 +422,7 @@ Here is the call graph for this function:
Returns
void
114{
115
-
116 uint16_t test[4][4] = {{0,1,2,3},{1,0,4,6},{2,4,0,5},{3,6,5,0}};
+
116 uint16_t test[4][4] = {{0,1,2,3},{1,0,4,6},{2,4,0,5},{3,6,5,0}};
117 uint16_t solution[4][4] = {{0,1,2,3},{1,0,0,0},{2,0,0,0},{3,0,0,0}};
118
119 V = 4;
@@ -431,7 +431,7 @@ Here is the call graph for this function:
122 {
123 for(uint16_t j = 0; j < V; ++j)
124 {
-
125 G[i][j] = test[i][j];
+
125 G[i][j] = test[i][j];
126 }
127 }
128
@@ -449,7 +449,7 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
diff --git a/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.map b/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.map index 84b3ffb2..6e03943e 100644 --- a/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.map +++ b/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.map @@ -1,11 +1,8 @@ - - - - - - - - - + + + + + + diff --git a/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.md5 b/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.md5 index 3b601ae2..8163d89c 100644 --- a/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.md5 +++ b/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.md5 @@ -1 +1 @@ -f262b015ba0b68893895f7d49cb66732 \ No newline at end of file +b1c5f904519bc5abc7c6ee7e2232cdf3 \ No newline at end of file diff --git a/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.svg b/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.svg index a5977a15..5cd85c3c 100644 --- a/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.svg +++ b/d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.svg @@ -4,150 +4,93 @@ - - + + main Node1 - -main + +main Node2 - - -test + + +test Node1->Node2 - - + + - - -Node7 - - -user_graph + + +Node4 + + +user_graph - - -Node1->Node7 - - + + +Node1->Node4 + + Node3 - - -decimal_to_anybase + + +celcius_to_fahrenheit Node2->Node3 - - - - - -Node4 - - -converted_len - - - - - -Node3->Node4 - - + + Node5 - - -convertion + + +prim - - -Node3->Node5 - - + + +Node4->Node5 + + Node6 - - -isbad_alphabet + + +minimum - - -Node3->Node6 - - - - - -Node4->Node4 - - - - - -Node5->Node5 - - - - - -Node8 - - -prim - - - - - -Node7->Node8 - - - - - -Node9 - - -minimum - - - - - -Node8->Node9 - - + + +Node5->Node6 + + diff --git a/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.map b/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.map index 1c94cd6e..41aba56f 100644 --- a/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.map +++ b/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.map @@ -1,10 +1,7 @@ - - - - - - - - + + + + + diff --git a/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.md5 b/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.md5 index a258f94c..fb7a694f 100644 --- a/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.md5 +++ b/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.md5 @@ -1 +1 @@ -b4c3eb336bd693f1495207b896513341 \ No newline at end of file +4f8ab1d3cba983f38edf97c57fbe4fed \ No newline at end of file diff --git a/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.svg b/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.svg index 29b9f97b..08422883 100644 --- a/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.svg +++ b/d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.svg @@ -4,16 +4,16 @@ - - + + test Node1 - -test + +test @@ -21,118 +21,61 @@ Node2 - -prim + +prim Node1->Node2 - - + + Node4 - - -test + + +test Node1->Node4 - - + + Node3 - -minimum + +minimum Node2->Node3 - - + + Node5 - - -decimal_to_anybase + + +celcius_to_fahrenheit Node4->Node5 - - - - - -Node6 - - -converted_len - - - - - -Node5->Node6 - - - - - -Node7 - - -convertion - - - - - -Node5->Node7 - - - - - -Node8 - - -isbad_alphabet - - - - - -Node5->Node8 - - - - - -Node6->Node6 - - - - - -Node7->Node7 - - + + diff --git a/df/d27/alaw_8c.html b/df/d27/alaw_8c.html index 01533d9a..71dab438 100644 --- a/df/d27/alaw_8c.html +++ b/df/d27/alaw_8c.html @@ -387,7 +387,7 @@ int16_t r_decoded [ 180 /* output pcm decoded by decode() from coded[LEN] */
181 int16_t decoded[LEN];
182
-
183 test(pcm, coded, decoded, LEN); // run self-test implementations
+
183 test(pcm, coded, decoded, LEN); // run self-test implementations
184
185 /* print test pcm inputs */
186 printf("inputs: ");
@@ -422,11 +422,11 @@ int16_t r_decoded [ 215 return 0;
216}
LEN
#define LEN
Linear input code | Compressed code | Linear output code ---------------—+--------------—+-----------...
Definition: alaw.c:28
-
test
static void test()
Self-test implementations.
Definition: decimal_to_any_base.c:94
+
test
static void test()
Self-test implementations.
Definition: celsius_to_fahrenheit.c:25
Here is the call graph for this function:
-
+
diff --git a/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.map b/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.map index efc7a128..732fdebb 100644 --- a/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.map +++ b/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.map @@ -1,8 +1,5 @@ - - - - - - + + + diff --git a/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.md5 b/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.md5 index 2993c304..1c83a499 100644 --- a/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.md5 +++ b/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.md5 @@ -1 +1 @@ -fed5ecfb074d9cf94c757d920bc3f313 \ No newline at end of file +a617d701443e0d7cf197dcd3875c21ab \ No newline at end of file diff --git a/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.svg b/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.svg index 73fe4ca2..40666c76 100644 --- a/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.svg +++ b/df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.svg @@ -4,105 +4,48 @@ - - + + main Node1 - -main + +main Node2 - - -test + + +test Node1->Node2 - - + + Node3 - - -decimal_to_anybase + + +celcius_to_fahrenheit Node2->Node3 - - - - - -Node4 - - -converted_len - - - - - -Node3->Node4 - - - - - -Node5 - - -convertion - - - - - -Node3->Node5 - - - - - -Node6 - - -isbad_alphabet - - - - - -Node3->Node6 - - - - - -Node4->Node4 - - - - - -Node5->Node5 - - + + diff --git a/dir_9babc524d57e25f3d9f4179cabc3599e.html b/dir_9babc524d57e25f3d9f4179cabc3599e.html index ca9e324d..4a7f41a0 100644 --- a/dir_9babc524d57e25f3d9f4179cabc3599e.html +++ b/dir_9babc524d57e25f3d9f4179cabc3599e.html @@ -106,6 +106,9 @@ Files
file  c_atoi_str_to_integer.c
 Recoding the original atoi function in stdlib.h.

  +file  celsius_to_fahrenheit.c + Conversion of temperature in degrees from Celsius to Fahrenheit.
+  file  decimal_to_any_base.c  Decimal to any-base is a C function wich convert positive decimal integer to any positive ascii base with the base's alphabet given in input and return it in a dynamically allocated string(recursive way)
  diff --git a/dir_9babc524d57e25f3d9f4179cabc3599e.js b/dir_9babc524d57e25f3d9f4179cabc3599e.js index 47c5083b..657f8392 100644 --- a/dir_9babc524d57e25f3d9f4179cabc3599e.js +++ b/dir_9babc524d57e25f3d9f4179cabc3599e.js @@ -1,6 +1,7 @@ var dir_9babc524d57e25f3d9f4179cabc3599e = [ [ "c_atoi_str_to_integer.c", "d7/dd8/c__atoi__str__to__integer_8c.html", "d7/dd8/c__atoi__str__to__integer_8c" ], + [ "celsius_to_fahrenheit.c", "d0/d51/celsius__to__fahrenheit_8c.html", "d0/d51/celsius__to__fahrenheit_8c" ], [ "decimal_to_any_base.c", "d1/dba/decimal__to__any__base_8c.html", "d1/dba/decimal__to__any__base_8c" ], [ "decimal_to_binary_recursion.c", "d8/d30/decimal__to__binary__recursion_8c.html", "d8/d30/decimal__to__binary__recursion_8c" ], [ "hexadecimal_to_octal2.c", "d0/dd9/hexadecimal__to__octal2_8c.html", "d0/dd9/hexadecimal__to__octal2_8c" ], diff --git a/files.html b/files.html index a7823cfa..bc69a098 100644 --- a/files.html +++ b/files.html @@ -117,14 +117,15 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });  udp_server.cServer side implementation of UDP client-server model   conversions  c_atoi_str_to_integer.cRecoding the original atoi function in stdlib.h - decimal_to_any_base.cDecimal to any-base is a C function wich convert positive decimal integer to any positive ascii base with the base's alphabet given in input and return it in a dynamically allocated string(recursive way) - decimal_to_binary_recursion.cConvert decimal to binary using recursion algorithm - hexadecimal_to_octal2.cConvert hexadecimal number to octal number (with decimal intermediary) - infix_to_postfix.cInfix to Postfix Expression Conversion - infix_to_postfix2.cInfix to Postfix converter implementation - int_to_string.cConvert a positive integer to string (non-standard function) representation - octal_to_hexadecimal.cOctal to hexadecimal conversion by scanning user input - roman_numerals_to_decimal.cConversion of roman numerals to decimal + celsius_to_fahrenheit.cConversion of temperature in degrees from Celsius to Fahrenheit + decimal_to_any_base.cDecimal to any-base is a C function wich convert positive decimal integer to any positive ascii base with the base's alphabet given in input and return it in a dynamically allocated string(recursive way) + decimal_to_binary_recursion.cConvert decimal to binary using recursion algorithm + hexadecimal_to_octal2.cConvert hexadecimal number to octal number (with decimal intermediary) + infix_to_postfix.cInfix to Postfix Expression Conversion + infix_to_postfix2.cInfix to Postfix converter implementation + int_to_string.cConvert a positive integer to string (non-standard function) representation + octal_to_hexadecimal.cOctal to hexadecimal conversion by scanning user input + roman_numerals_to_decimal.cConversion of roman numerals to decimal   data_structures   array  carray.h diff --git a/globals_c.html b/globals_c.html index d050ee43..53565a70 100644 --- a/globals_c.html +++ b/globals_c.html @@ -111,6 +111,7 @@ $(document).ready(function(){initNavTree('globals_c.html',''); initResizable();
  • calloc_dbg() : malloc_dbg.c, malloc_dbg.h
  • canShoot() : naval_battle.c
  • CantorSet : cantor_set.c
  • +
  • celcius_to_fahrenheit() : celsius_to_fahrenheit.c
  • check_number() : sol1.c, sol2.c
  • check_termination() : durand_kerner_roots.c
  • clear() : vector.c
  • diff --git a/globals_defs.html b/globals_defs.html index 7693fab7..7f5c41fd 100644 --- a/globals_defs.html +++ b/globals_defs.html @@ -144,8 +144,8 @@ $(document).ready(function(){initNavTree('globals_defs.html',''); initResizable(

    - m -