Changeset f068bc2d559939168a8d304207d675cc7635a26d
- Timestamp:
- 21/08/07 14:56:16
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1187700976 +0000
- git-parent:
[06a16a4470a11636e59d5734f105601794589e1c]
- git-author:
- Rafaël Carré <funman@videolan.org> 1187700976 +0000
- Message:
Adds headers back.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9e595c9 |
rf068bc2 |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | // |
|---|
| 26 | | |
|---|
| 27 | | |
|---|
| | 25 | #include <stdio.h> |
|---|
| 28 | 26 | |
|---|
| 29 | 27 | #include "common.h" |
|---|
| r9e595c9 |
rf068bc2 |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | |
|---|
| 26 | | |
|---|
| | 25 | #include <stdio.h> |
|---|
| 27 | 26 | |
|---|
| 28 | 27 | #include "common.h" |
|---|
| r9e595c9 |
rf068bc2 |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | |
|---|
| | 25 | #include <stdlib.h> |
|---|
| 26 | 26 | |
|---|
| 27 | 27 | /* Evaluation Code */ |
|---|
| r9e595c9 |
rf068bc2 |
|
| 1 | 1 | /* Function management */ |
|---|
| 2 | 2 | |
|---|
| | 3 | #include <stdlib.h> |
|---|
| 3 | 4 | |
|---|
| 4 | 5 | #include "common.h" |
|---|
| r9e595c9 |
rf068bc2 |
|
| 27 | 27 | /* Basic Parameter Functions */ |
|---|
| 28 | 28 | |
|---|
| | 29 | #include <stdio.h> |
|---|
| | 30 | |
|---|
| 29 | 31 | #include <math.h> |
|---|
| 30 | 32 | #include "fatal.h" |
|---|
| r9e595c9 |
rf068bc2 |
|
| 27 | 27 | /* parser.c */ |
|---|
| 28 | 28 | |
|---|
| | 29 | #include <stdlib.h> |
|---|
| 29 | 30 | |
|---|
| 30 | 31 | #include "common.h" |
|---|
| rb45ccdd |
rf068bc2 |
|
| 6 | 6 | #include "init_cond_types.h" |
|---|
| 7 | 7 | #include "preset_types.h" |
|---|
| | 8 | #include <stdio.h> |
|---|
| 8 | 9 | |
|---|
| 9 | 10 | per_frame_eqn_t * parse_per_frame_eqn(FILE * fs, int index, struct PRESET_T * preset); |
|---|
| r9e595c9 |
rf068bc2 |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | |
|---|
| 26 | | |
|---|
| | 25 | #include <stdio.h> |
|---|
| | 26 | #include <stdlib.h> |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | #include "fatal.h" |
|---|
| r9e595c9 |
rf068bc2 |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | |
|---|
| 26 | | |
|---|
| | 25 | #include <stdlib.h> |
|---|
| 27 | 26 | |
|---|
| 28 | 27 | #include "fatal.h" |
|---|
| r9e595c9 |
rf068bc2 |
|
| 73 | 73 | */ |
|---|
| 74 | 74 | |
|---|
| | 75 | #include <stdlib.h> |
|---|
| 75 | 76 | |
|---|
| 76 | 77 | #include "common.h" |
|---|
| r9e595c9 |
rf068bc2 |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | |
|---|
| | 25 | #include <stdlib.h> |
|---|
| 26 | 26 | |
|---|
| 27 | 27 | #include "common.h" |
|---|