ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-monitor-file.c
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
0:e4d67989cc36 18:47c74d1534e1
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 #include "test-utils.h"
    20 #include "test-utils.h"
    21 
    21 #include <unistd.h>
    22 int write_to_configfile()
    22 int write_to_configfile()
    23 {
    23 {
    24 	FILE *fp;
    24 	FILE *fp;
    25 	char buff[10];
    25 	char buff[10];
    26 	fp = fopen("c:\\data\\dbus\\system.conf", "r+");
    26 	fp = fopen("c:\\data\\dbus\\system.conf", "r+");