Changeset 79290f for pcp/src/parsetest.c
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
-
pcp/src/parsetest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/parsetest.c
ra97897 r79290f 1 1 //#include "init.h" 2 3 #ifdef HAVE_CONFIG_H 4 #include <config.h> 5 #endif 6 2 7 #include <stdio.h> 3 4 enum value_type { string_type, double_type, int_type, grid, lower_trigrid, upper_trigrid}; //!< Specifying the type to be read of a parameter 5 8 #include "data.h" 6 9 7 10 /** Reads parameter from a parsed file.
Note:
See TracChangeset
for help on using the changeset viewer.
