| 2992 | |
| 2993 | |
| 2994 | CV_IMPL void |
| 2995 | cvWriteString( CvFileStorage* fs, const char* key, const char* value, int quote ) |
| 2996 | { |
| 2997 | CV_CHECK_OUTPUT_FILE_STORAGE(fs); |
| 2998 | fs->write_string( fs, key, value, quote ); |
| 2999 | } |
| 3000 | |
| 3001 | |
| 3002 | CV_IMPL void |
no outgoing calls
no test coverage detected