repo.or.cz
/
ctodo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed all the sscanf calls to use the %n directive. By comparing the
[ctodo.git]
/
commands.h
blob
c854c0034a5f3d94387ee643cf59637eb9b1a800
1
#ifndef __TODO_COMMANDS_H
2
#define __TODO_COMMANDS_H
3
4
#include <add.h>
5
#include <del.h>
6
#include <help.h>
7
#include <list.h>
8
#include <mark.h>
9
#include <quit.h>
10
#include <show.h>
11
#include <unmark.h>
12
13
#endif