efl/src/examples/eio
Bryce Harrington 77e19c7194 examples: use printf instead of fprintf(stdout, ...)
Summary:
Applies same change as e8355c93 for evas, to the remaining examples.
This uses the shell command-line:

    src/examples/evas$ grep -sr 'fprintf(stdout' . | cut -d: -f1 \
        | uniq | xargs sed -i "s/fprintf(stdout/printf(/"

Note that use of the "fprintf(stdout" construct can generate warnings
when -Wformat-security is enabled, if the fprintf statement has no
format arguments, so in addition to the stylistic simplification this
also helps quell those spurious warnings.

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4836

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2017-05-08 15:14:29 -07:00
..
.gitignore examples: update various gitignore files for new example binaries 2016-06-30 18:15:44 +02:00
Makefile.am examples: rename eio_job to efl_io_manager, finish a job half done 2016-06-23 10:32:59 +02:00
Makefile.examples efl: add makefile.examples to each lib 2013-02-08 17:35:24 +00:00
efl_io_manager_ls.c examples: Fix most trivial warnings 2017-04-20 17:44:57 +09:00
efl_io_manager_open.c examples: Fix most trivial warnings 2017-04-20 17:44:57 +09:00
efl_io_manager_open_multi.c examples: Fix most trivial warnings 2017-04-20 17:44:57 +09:00
eio_file_copy.c Fix grammar in error messages. 2015-08-07 17:06:23 +09:00
eio_file_ls.c examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00
eio_sentry.c examples: Fix most trivial warnings 2017-04-20 17:44:57 +09:00